From 89497b252b8e67e00a103e0c5ea587caadab23a6 Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Wed, 9 Mar 2022 08:50:29 +0100 Subject: [PATCH] Revert "Update release.yaml" This reverts commit 58fe440996a8e5547a9bac9a5c464a188423105b. --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 53251b8..20efef5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -46,7 +46,7 @@ jobs: wget https://github.com/ericchiang/pup/releases/download/v0.4.0/pup_v0.4.0_linux_amd64.zip unzip pup_v0.4.0_linux_amd64.zip && rm pup_v0.4.0_linux_amd64.zip BRANCH=$(curl https://github.com/uazo/bromite/branch_commits/$BROMITE_SHA | ./pup -p li.branch a text{}) - echo "BRANCH=\"$BRANCH\"" >> $GITHUB_ENV + echo "BRANCH=$BRANCH" >> $GITHUB_ENV wget https://github.com/cli/cli/releases/download/v2.4.0/gh_2.4.0_linux_amd64.tar.gz tar xfz gh_2.4.0_linux_amd64.tar.gz