Skip to content

Commit c6ba771

Browse files
committed
chore(release): remove release step for now since it does not work
1 parent 24454f1 commit c6ba771

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
- name: Generate .npmrc
2727
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
2828

29-
- name: Release version
30-
run: npm run release --ci --npm.skipChecks
29+
# - name: Release version
30+
# run: npm run release --ci --npm.skipChecks

0 commit comments

Comments
 (0)