mirror of
https://codeberg.org/Cyborus/forgejo-cli.git
synced 2025-03-13 20:55:55 +01:00
fix(ci): missing env var
This commit is contained in:
parent
b636bd4919
commit
1b20ecb68d
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ steps:
|
|||
image: codeberg.org/cyborus/forgejo-cli:latest
|
||||
pull: true
|
||||
commands:
|
||||
- export FORGE_HOST=$(echo $CI_FORGE_URL | sed -E 's_^https?://__')
|
||||
- fj --host $CI_FORGE_URL auth add-key $CI_REPO_OWNER $TOKEN
|
||||
- fj release --repo $CI_REPO_URL asset create $CI_COMMIT_TAG forgejo-cli-windows.zip
|
||||
- fj release --repo $CI_REPO_URL asset create $CI_COMMIT_TAG forgejo-cli-linux.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue