0
1
Fork 1
mirror of https://code.forgejo.org/actions/forgejo-release synced 2024-09-19 18:45:51 +02:00

allow tea login multiple times

This commit is contained in:
Earl Warren 2023-08-25 11:12:23 +02:00
parent 1fda0bb063
commit ca1a3fb023
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -78,6 +78,7 @@ maybe_sign_release() {
upload() { upload() {
setup_api setup_api
setup_tea setup_tea
rm -f ~/.config/tea/config.yml
GITEA_SERVER_TOKEN=$TOKEN $BIN_DIR/tea login add --url $FORGEJO GITEA_SERVER_TOKEN=$TOKEN $BIN_DIR/tea login add --url $FORGEJO
maybe_sign_release maybe_sign_release
upload_release upload_release