Merge pull request 'set repo url when creating release' (#24) from url-remote-ci into main

Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/24
This commit is contained in:
Cyborus 2023-12-17 16:28:31 +00:00
commit 23187f4bef

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 --remote $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 ]