Skip to content

Commit

Permalink
ci(github): update github action config
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Nov 16, 2024
1 parent c8a0756 commit e0882fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: yarn
- run: yarn build
- run: yarn test
- run: npm publish
- run: npm publish --provenance
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
CI: true

0 comments on commit e0882fb

Please sign in to comment.