Skip to content

Commit

Permalink
Publish workflow fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
aautio committed Sep 8, 2022
1 parent 9fdfbb2 commit 83e375e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: 18
registry-url: https://registry.npmjs.org
- run: npm ci && npm run build && npm test
- run: npm ci && npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

0 comments on commit 83e375e

Please sign in to comment.