Skip to content

Commit 981eec8

Browse files
committed
trusted key
1 parent b7b45d7 commit 981eec8

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)