Skip to content

Commit af4f6d9

Browse files
committed
fix: release branch yml
1 parent 253e3ad commit af4f6d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
version-type: ${{ github.event.inputs.type }}
4545
default: ${{ github.event.inputs.beta == true && 'prerelease' || 'patch' }}
46-
commit-message: "chore(release): prepare release ${{version}}"
46+
commit-message: "chore(release): prepare release {{version}}"
4747
tag-prefix: "v"
4848
skip-tag: true
4949
skip-push: true

0 commit comments

Comments
 (0)