Skip to content

Commit

Permalink
Disable provenance in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leroykorterink committed Feb 23, 2024
1 parent 2a63ba1 commit 207ef37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
npm ci
npm run build
- name: Publish
run: npm publish --provenance --access public --verbose
run: npm publish --verbose
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"README.md"
],
"publishConfig": {
"access": "public",
"provenance": true
"access": "public"
},
"scripts": {
"build": "npm-run-all -s clean build:*",
Expand Down

0 comments on commit 207ef37

Please sign in to comment.