Skip to content

Commit a3df488

Browse files
authored
chore: minor typo fix
1 parent ea3a95c commit a3df488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- uses: stefanzweifel/git-auto-commit-action@v5
2929
if: ${{ steps.release.outputs.release_created }}
3030
with:
31-
commit_message: "chore: Update version to ${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}"
31+
commit_message: "chore: update version to ${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}"
3232
commit_user_name: "honeybadger-robot"
3333
commit_user_email: "[email protected]"

0 commit comments

Comments
 (0)