Skip to content

Commit 00d567b

Browse files
committed
fix(release): skip checks for release-it
1 parent 32fb78c commit 00d567b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
2828

2929
- name: Release version
30-
run: yarn release --ci
30+
run: npm release --ci --npm.skipChecks

0 commit comments

Comments
 (0)