We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e1d96 commit 40bfa47Copy full SHA for 40bfa47
2 files changed
.github/workflows/publish.yml
@@ -20,6 +20,6 @@ jobs:
20
21
- run: npm install -g npm@latest
22
- run: npm ci
23
- - run: npx release-it --ci
+ - run: npx release-it --ci --no-git --npm.publish --npm.skipChecks
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package.json
@@ -58,8 +58,7 @@
58
"release": true
59
},
60
"npm": {
61
- "skipChecks": true,
62
- "publishArgs": ["--provenance", "--access", "public"]
+ "publish": false
63
}
64
65
0 commit comments