File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 permissions :
1010 contents : write
11+ id-token : write
1112
1213 steps :
1314 - uses : actions/checkout@v4
2829 yarn install
2930 yarn build
3031
32+ - name : Install latest npm CLI
33+ run : |
34+ npm install -g npm@latest
35+ npm --version
36+
3137 - name : Install release-it globally
3238 run : |
33393844 git config user.name "${GITHUB_ACTOR}"
3945 git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
4046
41- - name : npm config
42- run : npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
43-
4447 - name : Bump version
4548 run : npx release-it --increment
4649 env :
Original file line number Diff line number Diff line change 1212 "releaseName" : " ${version}"
1313 },
1414 "npm" : {
15- "publish" : true
15+ "publish" : true ,
16+ "skipChecks" : true
1617 },
1718 "plugins" : {
1819 "@release-it/conventional-changelog" : {
You can’t perform that action at this time.
0 commit comments