Skip to content

Commit 49eee8e

Browse files
committed
fix: incorrect release commit message
1 parent a2c7ed7 commit 49eee8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Commit Changes
3131
uses: stefanzweifel/git-auto-commit-action@v5
3232
with:
33-
commit_message: "Bump version for release"
33+
commit_message: "chore: bump version for release"
3434
file_pattern: "internal/core/*.go"
3535

3636
- name: Setup Go

0 commit comments

Comments
 (0)