WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 0db62a2

Browse files
committed
fix
1 parent 981eec8 commit 0db62a2

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
@@ -57,7 +57,7 @@ jobs:
5757
git config user.email "github-actions[bot]@users.noreply.github.com"
5858
5959
- name: Bump version
60-
run: npm version "${{ inputs.version_bump }}" -m "chore: release v%s"
60+
run: 'npm version ${{ inputs.version_bump }} -m "chore: release v%s"'
6161

6262
- name: Push version commit and tag
6363
if: ${{ inputs.dry_run == false }}

0 commit comments

Comments
 (0)