From fc0488c944626f9265d87fbc4dd6c08f78014c63 Mon Sep 17 00:00:00 2001 From: Mynacol Date: Wed, 10 Sep 2025 05:28:11 +0000 Subject: [PATCH] Update Tea 0.9.0 -> 0.10.1 (#85) This is generally a good idea. But it also fixes my issues with this action. For comparison, here is a run with [v2.7.2](https://codeberg.org/Mynacol/delegacy-rpz/actions/runs/59) and with [this branch](https://codeberg.org/Mynacol/delegacy-rpz/actions/runs/58). This is a split-off from https://code.forgejo.org/actions/forgejo-release/pulls/82 to have small PRs. Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/85 Reviewed-by: earl-warren Co-authored-by: Mynacol Co-committed-by: Mynacol --- forgejo-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forgejo-release.sh b/forgejo-release.sh index 041d1c4..e45f7ca 100755 --- a/forgejo-release.sh +++ b/forgejo-release.sh @@ -13,7 +13,7 @@ if ${VERBOSE:-false}; then set -x; fi : ${TMP_DIR:=$(mktemp -d)} : ${GNUPGHOME:=$TMP_DIR} : ${TEA_BIN:=$TMP_DIR/tea} -: ${TEA_VERSION:=0.9.0} +: ${TEA_VERSION:=0.10.1} : ${OVERRIDE:=false} : ${HIDE_ARCHIVE_LINK:=false} : ${RETRY:=1}