File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 113
113
"pipe" : true
114
114
},
115
115
{
116
- "command" : " pnpm publish --access public --loglevel silly --tag next --provenance -- no-git-checks" ,
117
- "dryRunCommand" : " npm publish --dry-run --access public --provenance -- no-git-checks" ,
116
+ "command" : " pnpm publish --access public --loglevel silly --tag next --no-git-checks" ,
117
+ "dryRunCommand" : " npm publish --dry-run --access public --no-git-checks" ,
118
118
"pipe" : true
119
119
},
120
120
{
Original file line number Diff line number Diff line change 92
92
env :
93
93
NODE_AUTH_TOKEN : ${{ secrets.ORG_NPM_TOKEN }}
94
94
CARGO_AUDIT_OPTIONS : ${{ secrets.CARGO_AUDIT_OPTIONS }}
95
+ NPM_CONFIG_PROVENANCE : true
95
96
with :
96
97
command : ' version-or-publish'
97
98
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -390,8 +390,9 @@ jobs:
390
390
- name : Publish
391
391
run : |
392
392
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
393
- npm publish --tag next --provenance
393
+ npm publish --tag next
394
394
env :
395
395
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
396
396
NPM_TOKEN : ${{ secrets.ORG_NPM_TOKEN }}
397
397
RELEASE_ID : ${{ github.event.client_payload.releaseId || inputs.releaseId }}
398
+ NPM_CONFIG_PROVENANCE : true
You can’t perform that action at this time.
0 commit comments