mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2024-11-21 15:40:58 -05:00
allow tea login multiple times
This commit is contained in:
parent
1fda0bb063
commit
ca1a3fb023
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ maybe_sign_release() {
|
|||
upload() {
|
||||
setup_api
|
||||
setup_tea
|
||||
rm -f ~/.config/tea/config.yml
|
||||
GITEA_SERVER_TOKEN=$TOKEN $BIN_DIR/tea login add --url $FORGEJO
|
||||
maybe_sign_release
|
||||
upload_release
|
||||
|
|
Loading…
Reference in a new issue