mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-07-09 23:55:20 +00:00
ci: push short branch (#181)
Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/181
This commit is contained in:
parent
e3fc979530
commit
3917b28b7d
|
|
@ -21,3 +21,7 @@ jobs:
|
|||
verbose: ${{ vars.VERBOSE || 'false' }}
|
||||
release-notes-assistant: true
|
||||
skip-assets: true
|
||||
|
||||
# extract short version from tag and push as branch
|
||||
- run: git push origin $FORGEJO_REF_NAME:${FORGEJO_REF_NAME%%.*}
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue