Skip to content

Commit

Permalink
better commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
ypopovych committed Jan 30, 2024
1 parent 633abb2 commit cb32d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
git config --global user.email "[email protected]"
git add Package.swift
git add --all Sources/CTesseractShared/
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git commit -m "${{ env.CI_COMMIT_MESSAGE }} for ${VERSION}"
git push origin
git tag -a "${VERSION}" -m "${RELEASE}"
git push origin "${VERSION}"
Expand Down

0 comments on commit cb32d77

Please sign in to comment.