add gitlab link to codeberg release
This commit is contained in:
parent
22acc65b52
commit
004feab548
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,6 @@ stages:
|
|||
- build
|
||||
- release
|
||||
|
||||
|
||||
# Notes; we want short labes so we can see what is what, and
|
||||
# allow image builds on all branches because don't wan to
|
||||
# deal with them on the master branch
|
||||
|
|
@ -122,6 +121,7 @@ Release:
|
|||
upload_package librewolf-$FILEVER.en-US.mac.aarch64.dmg.sha256sum
|
||||
|
||||
echo "Creating Codeberg release"
|
||||
codeberg_release_body="${codeberg_release_body}\n[View on GitLab](https://gitlab.com/librewolf-community/browser/bsys5/-/releases/$FILEVER)"
|
||||
curl -X 'POST' \
|
||||
"https://codeberg.org/api/v1/repos/librewolf/bsys5/releases?token=$CODEBERG_TOKEN" \
|
||||
-H 'accept: application/json' \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue