Skip to content

Commit 547fb2e

Browse files
author
Bastian Jakobs
committed
fix: correct formatting of npm version command in publish workflow
1 parent bda3267 commit 547fb2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
git config user.email "github-actions[bot]@users.noreply.github.com"
5555
5656
- name: Bump version
57-
run: npm version ${{ github.event.inputs.version }} -m 'chore: release v%s' --no-git-tag-version
57+
run: "npm version ${{ github.event.inputs.version }} -m 'chore: release v%s' --no-git-tag-version"
5858

5959
- name: Update changelog
6060
run: |

0 commit comments

Comments
 (0)