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 5a495aa commit d0b70d9Copy full SHA for d0b70d9
.github/workflows/pre_release.yaml
@@ -95,9 +95,9 @@ jobs:
95
echo "access=public" >> .npmrc
96
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
97
npm ci
98
- - # Check version consistency and increment pre-release version number for beta only.
99
- name: Bump pre-release version
100
- run: node ./.github/scripts/before-beta-release.cjs
+# - # Check version consistency and increment pre-release version number for beta only.
+# name: Bump pre-release version
+# run: node ./.github/scripts/before-beta-release.cjs
101
- name: Build module
102
run: npm run build
103
- name: Publish to NPM
0 commit comments