File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ jobs:
4949 git config user.name "${GITHUB_ACTOR}"
5050 git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
5151
52+ - name : Update npm
53+ run : npm install -g npm@latest
54+
5255 - name : Create release
5356 run : |
54- npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
5557 yarn release-it --ci
5658 env :
5759 GITHUB_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
58- NPM_TOKEN : ${{ secrets.NPM_PUBLISH_TOKEN }}
59- NPM_CONFIG_PROVENANCE : true
Original file line number Diff line number Diff line change 1- v18
1+ lts/*
Original file line number Diff line number Diff line change 7474 "tagName" : " v${version}"
7575 },
7676 "npm" : {
77- "publish" : true
77+ "publish" : true ,
78+ "skipChecks" : true
7879 },
7980 "github" : {
8081 "release" : true
You can’t perform that action at this time.
0 commit comments