Skip to content

Commit 793e9d6

Browse files
committed
fix: pr title
1 parent 0b45ac9 commit 793e9d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
BRANCH="release/v${{ steps.bump.outputs.version }}"
5252
git checkout -b "$BRANCH"
5353
git add package.json package-lock.json
54-
git commit -m "chore: bump version to v${{ steps.bump.outputs.version }}"
54+
git commit -m "chore: release v${{ steps.bump.outputs.version }}"
5555
git push origin "$BRANCH"
5656
gh pr create \
5757
--base main \

0 commit comments

Comments
 (0)