mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-07-31 10:59:44 +00:00
ci: push short branch
This commit is contained in:
parent
e3fc979530
commit
4232a773c4
|
|
@ -21,3 +21,7 @@ jobs:
|
||||||
verbose: ${{ vars.VERBOSE || 'false' }}
|
verbose: ${{ vars.VERBOSE || 'false' }}
|
||||||
release-notes-assistant: true
|
release-notes-assistant: true
|
||||||
skip-assets: 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