diff --git a/ci/release/_install.sh b/ci/release/_install.sh index 25e0aa2a5..c791b0918 100755 --- a/ci/release/_install.sh +++ b/ci/release/_install.sh @@ -497,7 +497,7 @@ fetch_release_info() { else release_info_url="https://api.github.com/repos/$REPO/releases/tags/$VERSION" fi - fetch_gh "$release_info_url" "$RELEASE_INFO" \ + DRY_RUN= fetch_gh "$release_info_url" "$RELEASE_INFO" \ 'application/json' VERSION=$(cat "$RELEASE_INFO" | grep -m1 tag_name | sed 's/^.*: "\(.*\)",$/\1/g') } diff --git a/ci/release/template/scripts/lib.sh b/ci/release/template/scripts/lib.sh index 3209b4862..17e166197 100644 --- a/ci/release/template/scripts/lib.sh +++ b/ci/release/template/scripts/lib.sh @@ -65,7 +65,7 @@ temp_exittrap() { temppath() { ensure_tmpdir while true; do - temppath=$_TMPDIR/$(