mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-07-09 23:55:20 +00:00
ci: force push branch (#183)
Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/183
This commit is contained in:
parent
c1d1df73ed
commit
9826545247
|
|
@ -23,6 +23,6 @@ jobs:
|
|||
skip-assets: true
|
||||
|
||||
# extract short version from tag and push as branch
|
||||
- run: git push origin $FORGEJO_REF_NAME:${FORGEJO_REF_NAME%%.*}
|
||||
- run: git push -f origin $FORGEJO_REF_NAME:${FORGEJO_REF_NAME%%.*}
|
||||
shell: bash
|
||||
working-directory: ./forgejo-release
|
||||
|
|
|
|||
Loading…
Reference in a new issue