File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 permissions :
2727 id-token : write
28- contents : read
28+ contents : write
2929 steps :
3030 - uses : actions/checkout@v5
3131 - uses : actions/setup-node@v6
3737 echo "Running npm publish dry-run to test OIDC auth..."
3838 npm publish --dry-run --provenance
3939
40- prepare-release :
41- runs-on : ubuntu-latest
42- steps :
43- - uses : actions/checkout@v5
44- - uses : actions/setup-node@v6
45- with :
46- node-version : 20
47- registry-url : https://registry.npmjs.org/
48- -
name :
Instal semantic-release/[email protected] 49- run :
npm install --save-dev @semantic-release/[email protected] semantic-release 50-
5140 release :
52- needs : [test-oidc-publish, prepare-release ]
53- uses : semantic-release-action/ typescript/.github/workflows/release.yml@1d40c29e2d500f3bcceeb13f95d26a3a1b571f51
41+ needs : [test-oidc-publish]
42+ uses : tanjeemh/ semantic-release-action- typescript/.github/workflows/release.yml@master
5443 secrets :
5544 npm-token : " FAKE_NPM_TOKEN_FOR_SEMANTIC_RELEASE"
5645 with :
You can’t perform that action at this time.
0 commit comments