mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-07-02 14:03:43 +00:00
no doer
This commit is contained in:
parent
a9b7d752f4
commit
b818607d61
7 changed files with 1 additions and 15 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue