From b99e2ecd5ec5a0692fe25ff2df0c2f27c03fbd4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Mata?= Date: Sat, 10 Jan 2026 22:57:45 +0100 Subject: [PATCH] Fixing version bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan José Mata --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 66ceff881..5db388561 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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"