5
0
Fork 0
mirror of https://code.forgejo.org/actions/forgejo-release synced 2025-11-07 10:56:55 +00:00

Compare commits

...

1 commit

Author SHA1 Message Date
Mynacol
bc22a9db8a Update Tea 0.9.0 -> 0.10.1 2025-08-15 12:57:00 +00:00

View file

@ -13,7 +13,7 @@ if ${VERBOSE:-false}; then set -x; fi
: ${TMP_DIR:=$(mktemp -d)} : ${TMP_DIR:=$(mktemp -d)}
: ${GNUPGHOME:=$TMP_DIR} : ${GNUPGHOME:=$TMP_DIR}
: ${TEA_BIN:=$TMP_DIR/tea} : ${TEA_BIN:=$TMP_DIR/tea}
: ${TEA_VERSION:=0.9.0} : ${TEA_VERSION:=0.10.1}
: ${OVERRIDE:=false} : ${OVERRIDE:=false}
: ${HIDE_ARCHIVE_LINK:=false} : ${HIDE_ARCHIVE_LINK:=false}
: ${RETRY:=1} : ${RETRY:=1}