Skip to content

Commit 610b0b6

Browse files
committed
fix(release): missing npm command
1 parent ffe2417 commit 610b0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: npm run build --if-present
5757

5858
- name: Release
59-
run: npm run release
59+
run: npm run semantic-release
6060
env:
6161
GITHUB_TOKEN: ${{secrets.GLOBAL_GITHUB_TOKEN}}
6262
NPM_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)