Skip to content

Commit

Permalink
Fix: Github Action (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnrendra authored Jan 23, 2023
1 parent ec560a5 commit 01d55bb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm test
- run: npm config set registry https://npm.pkg.github.com
- run: npm set //npm.pkg.github.com/:_authToken ${{ secrets.GITHUB_TOKEN }}
- run: npm publish --access public
- run: npm config set registry https://registry.npmjs.org/
- run: npm set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
- run: npm publish --access public

0 comments on commit 01d55bb

Please sign in to comment.