Skip to content

Commit cb32d77

Browse files
committed
better commit message
1 parent 633abb2 commit cb32d77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
git config --global user.email "ypopovych@users.noreply.github.com"
7474
git add Package.swift
7575
git add --all Sources/CTesseractShared/
76-
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
76+
git commit -m "${{ env.CI_COMMIT_MESSAGE }} for ${VERSION}"
7777
git push origin
7878
git tag -a "${VERSION}" -m "${RELEASE}"
7979
git push origin "${VERSION}"

0 commit comments

Comments
 (0)