set repo url when creating release

This commit is contained in:
Cyborus 2023-12-17 11:24:06 -05:00
parent f57dceb189
commit ce621421fa
No known key found for this signature in database

View file

@ -34,7 +34,7 @@ steps:
pull: true
commands:
- echo $TOKEN | fj auth add-key codeberg.org Cyborus
- fj release create $VERSION --create-tag --branch $BRANCH --attach forgejo-cli-windows.zip --attach forgejo-cli-windows.gz
- fj -R $CI_REPO_URL release create $VERSION --create-tag --branch $BRANCH --attach forgejo-cli-windows.zip --attach forgejo-cli-windows.gz
- fj auth logout codeberg.org
secrets: [ token ]