This commit is contained in:
Earl Warren 2023-03-31 00:09:26 +02:00
parent a9b7d752f4
commit b818607d61
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
7 changed files with 1 additions and 15 deletions

View file

@ -44,11 +44,7 @@ upload_release() {
upload() {
setup_api
setup_tea
if ! test "$DOER"; then
echo 'missing DOER'
return 1
fi
GITEA_SERVER_TOKEN=$TOKEN $BIN_DIR/tea login add --name $DOER --url $FORGEJO
GITEA_SERVER_TOKEN=$TOKEN $BIN_DIR/tea login add --url $FORGEJO
upload_release
}