mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-07-09 23:55:20 +00:00
Compare commits
No commits in common. "main" and "v2.13.3" have entirely different histories.
|
|
@ -23,6 +23,6 @@ jobs:
|
||||||
skip-assets: true
|
skip-assets: true
|
||||||
|
|
||||||
# extract short version from tag and push as branch
|
# extract short version from tag and push as branch
|
||||||
- run: git push -f origin $FORGEJO_REF_NAME:${FORGEJO_REF_NAME%%.*}
|
- run: git push origin $FORGEJO_REF_NAME:${FORGEJO_REF_NAME%%.*}
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ./forgejo-release
|
working-directory: ./forgejo-release
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue