Skip to content

Commit a54edac

Browse files
committed
fix(release): fix incorrect script
1 parent 00d567b commit a54edac

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: npm release --ci --npm.skipChecks
30+
run: npm run release --ci --npm.skipChecks

0 commit comments

Comments
 (0)