mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
Fixing version bump
Signed-off-by: Juan José Mata <juanjo.mata@gmail.com>
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -386,6 +386,7 @@ jobs:
|
||||
|
||||
# Verify the change
|
||||
echo "Updated version.rb:"
|
||||
grep "semver" "$VERSION_FILE"
|
||||
|
||||
- name: Commit and push version bump
|
||||
run: |
|
||||
@@ -398,6 +399,7 @@ jobs:
|
||||
if git diff --cached --quiet; then
|
||||
echo "No changes to commit - version may have already been bumped"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
git commit -m "Bump version to next alpha after ${{ github.ref_name }} release"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user