File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ concurrency:
77 group : ${{ github.workflow }}
88 cancel-in-progress : false
99
10+ permissions :
11+ id-token : write # Required for NPM OIDC
12+
1013jobs :
1114 should-release :
1215 runs-on : ubuntu-latest
3235 env :
3336 CI : true
3437 GITHUB_TOKEN : ${{ secrets.ACTION_GITHUB_TOKEN }}
35- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
3638 RUST_LOG : debug
3739 runs-on : ubuntu-latest
3840 steps :
6365 - name : Stage cargo changes
6466 run : git stage Cargo.toml Cargo.lock
6567 - name : Registry auth
66- run : pnpm set " //registry.npmjs.org/:_authToken" ${{ env.NPM_TOKEN }}
68+ run : pnpm config set registry="https: //registry.npmjs.org"
6769 - name : Perform release
6870 run : pnpm run release --ci ${{ needs.should-release.outputs.version }}
You can’t perform that action at this time.
0 commit comments