Skip to content

Commit 0c323fa

Browse files
committed
fix: correct spacing in semantic-release command in release.yml
1 parent 61de495 commit 0c323fa

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
@@ -28,7 +28,7 @@ jobs:
2828
run: npm ci
2929

3030
- name: Run semantic-release
31-
run: npx semantic-release
31+
run: npx semantic-release
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
3434
# If publishing to npm, you would also need:

0 commit comments

Comments
 (0)