Skip to content

Commit 1a7eb4d

Browse files
Update publish.yml
remove extra 'v' on commit message
1 parent ed94095 commit 1a7eb4d

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
@@ -92,7 +92,7 @@ jobs:
9292
git add "package.json"
9393
git add "package-lock.json"
9494
git add "CHANGELOG.md"
95-
git commit -m "chore: release v${{ env.NEW_VERSION }}"
95+
git commit -m "chore: release ${{ env.NEW_VERSION }}"
9696
git tag ${{ env.NEW_VERSION }}
9797
9898
- name: Publish to npm

0 commit comments

Comments
 (0)