Skip to content

Commit

Permalink
Improve npm publish security as per recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Jan 8, 2023
1 parent f0bd94f commit fbe414b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
run: node --version && npm --version && node -p process.versions.v8

- name: Release package
run: npm publish
run: npm publish --ignore-scripts
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit fbe414b

Please sign in to comment.