Skip to content

Commit 25f1eaa

Browse files
authored
Merge pull request #85 from honey32/chore/24-0106-redundant-v
ci(gha): remove redundant letter from commit message
2 parents 944e9ad + c27d46e commit 25f1eaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/increment-package-version.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
- name: commit
4545
run: |
4646
git add .
47-
git commit -m "v${{steps.npm-version.outputs.version}}"
47+
git commit -m "${{steps.npm-version.outputs.version}}"
4848
4949
- name: Create Pull Request
5050
uses: peter-evans/create-pull-request@5ac05dbaf3e4c655ed87f1cbba980b9e5c490504
5151
with:
52-
title: npm version -> v${{steps.npm-version.outputs.version}}
52+
title: npm version -> ${{steps.npm-version.outputs.version}}

0 commit comments

Comments
 (0)