Skip to content

Commit

Permalink
fix: add provenance statement to npm publish fp-136
Browse files Browse the repository at this point in the history
  • Loading branch information
what1s1ove committed Jun 20, 2024
1 parent 1849beb commit e578e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:

- name: Publish
working-directory: ${{ env.ARTIFACT_PATH }}
run: npm publish
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit e578e13

Please sign in to comment.