mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-09-10 10:06:16 +00:00
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 <earl-warren@noreply.code.forgejo.org> Co-authored-by: Mynacol <mynacol@noreply.code.forgejo.org> Co-committed-by: Mynacol <mynacol@noreply.code.forgejo.org>
This commit is contained in:
parent
9a973e0903
commit
fc0488c944
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue