Update .forgejo/workflows/release.yml
All checks were successful
Release / release (push) Successful in 19m5s
All checks were successful
Release / release (push) Successful in 19m5s
This commit is contained in:
parent
e113dd6d9e
commit
f1b137c8a2
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue