mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-07-31 10:59:44 +00:00
ci: fix working directory
This commit is contained in:
parent
3917b28b7d
commit
73d02ff95d
|
|
@ -25,3 +25,4 @@ jobs:
|
||||||
# extract short version from tag and push as branch
|
# extract short version from tag and push as branch
|
||||||
- run: git push 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue