Skip to content

Commit

Permalink
fix github action for npm publich
Browse files Browse the repository at this point in the history
  • Loading branch information
s-tittel committed Mar 5, 2024
1 parent c292c43 commit 9cf21fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm test
- run: npm run build
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 9cf21fd

Please sign in to comment.