We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633abb2 commit cb32d77Copy full SHA for cb32d77
1 file changed
.github/workflows/release.yml
@@ -73,7 +73,7 @@ jobs:
73
git config --global user.email "ypopovych@users.noreply.github.com"
74
git add Package.swift
75
git add --all Sources/CTesseractShared/
76
- git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
+ git commit -m "${{ env.CI_COMMIT_MESSAGE }} for ${VERSION}"
77
git push origin
78
git tag -a "${VERSION}" -m "${RELEASE}"
79
git push origin "${VERSION}"
0 commit comments