Skip to content

Commit

Permalink
Publish npm package with provenance (#669)
Browse files Browse the repository at this point in the history
Signed-off-by: Jongwoo Han <[email protected]>
  • Loading branch information
jongwooo authored Oct 15, 2023
1 parent 918b215 commit d89d960
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 @@ -17,6 +17,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run build && npm run publish:prepare
- run: cd bundle && npm publish
- run: cd bundle && npm publish --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit d89d960

Please sign in to comment.