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 b7b45d7 commit 981eec8Copy full SHA for 981eec8
.github/workflows/publish.yml
@@ -57,7 +57,7 @@ jobs:
57
git config user.email "github-actions[bot]@users.noreply.github.com"
58
59
- name: Bump version
60
- run: npm version ${{ inputs.version_bump }} -m "chore: release v%s"
+ run: npm version "${{ inputs.version_bump }}" -m "chore: release v%s"
61
62
- name: Push version commit and tag
63
if: ${{ inputs.dry_run == false }}
0 commit comments