We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda3267 commit 547fb2eCopy full SHA for 547fb2e
.github/workflows/publish.yml
@@ -54,7 +54,7 @@ jobs:
54
git config user.email "github-actions[bot]@users.noreply.github.com"
55
56
- name: Bump version
57
- run: npm version ${{ github.event.inputs.version }} -m 'chore: release v%s' --no-git-tag-version
+ run: "npm version ${{ github.event.inputs.version }} -m 'chore: release v%s' --no-git-tag-version"
58
59
- name: Update changelog
60
run: |
0 commit comments