Skip to content

Commit d0b70d9

Browse files
committed
ci
1 parent 5a495aa commit d0b70d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pre_release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ jobs:
9595
echo "access=public" >> .npmrc
9696
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
9797
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
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
101101
- name: Build module
102102
run: npm run build
103103
- name: Publish to NPM

0 commit comments

Comments
 (0)