mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-07-11 00:25:29 +00:00
ci: fix working directory (#182)
Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/182
This commit is contained in:
parent
3917b28b7d
commit
c1d1df73ed
|
|
@ -25,3 +25,4 @@ jobs:
|
|||
# extract short version from tag and push as branch
|
||||
- run: git push origin $FORGEJO_REF_NAME:${FORGEJO_REF_NAME%%.*}
|
||||
shell: bash
|
||||
working-directory: ./forgejo-release
|
||||
|
|
|
|||
Loading…
Reference in a new issue