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 24454f1 commit c6ba771Copy full SHA for c6ba771
.github/workflows/release.yaml
@@ -26,5 +26,5 @@ jobs:
26
- name: Generate .npmrc
27
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
28
29
- - name: Release version
30
- run: npm run release --ci --npm.skipChecks
+ # - name: Release version
+ # run: npm run release --ci --npm.skipChecks
0 commit comments