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 00d567b commit a54edacCopy full SHA for a54edac
.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: npm release --ci --npm.skipChecks
+ run: npm run release --ci --npm.skipChecks
0 commit comments