Skip to content

Commit

Permalink
fix(release): updated provenance setting
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Sep 4, 2023
1 parent 73372b0 commit 4fd5fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
- run: npm ci
if: ${{ steps.release.outputs.release_created }}
- run: npm publish
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 4fd5fa8

Please sign in to comment.