Skip to content

Commit 422615d

Browse files
ci: fix running of semantic-release
1 parent 8806846 commit 422615d

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
@@ -49,7 +49,7 @@ jobs:
4949
run: pnpm run build
5050

5151
- name: Release
52-
run: pnpm run semantic-release
52+
run: pnpm semantic-release
5353
env:
5454
GITHUB_TOKEN: ${{ github.token }}
5555
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)