We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32fb78c commit 00d567bCopy full SHA for 00d567b
.github/workflows/release.yaml
@@ -27,4 +27,4 @@ jobs:
27
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
28
29
- name: Release version
30
- run: yarn release --ci
+ run: npm release --ci --npm.skipChecks
0 commit comments