Update .forgejo/workflows/release.yml
All checks were successful
Release / release (push) Successful in 19m5s

This commit is contained in:
root 2025-06-25 08:25:28 +01:00
parent e113dd6d9e
commit f1b137c8a2

View file

@ -105,6 +105,7 @@ jobs:
ref: master ref: master
- name: Bump to next SNAPSHOT version - name: Bump to next SNAPSHOT version
if: false # DISABLED for testing
run: | run: |
# Extract the version from the ref, handling tags like v1.0.2 or branches like release/1.0.2 # Extract the version from the ref, handling tags like v1.0.2 or branches like release/1.0.2
RAW_REF="${GITHUB_REF##*/}" # gets 'v1.0.2' or '1.0.2' RAW_REF="${GITHUB_REF##*/}" # gets 'v1.0.2' or '1.0.2'