ci: fix working directory (#182)

Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/182
This commit is contained in:
Michael Kriese 2026-07-09 13:40:13 +00:00 committed by Michael Kriese
parent 3917b28b7d
commit c1d1df73ed
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201

View file

@ -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