From 5ba03104716f54d8256170fa92ef01cd8fa7daba Mon Sep 17 00:00:00 2001 From: Christopher Hounsom <39617426+chris-j-h@users.noreply.github.com> Date: Tue, 7 May 2024 17:13:43 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3de95446d4..1976a9f3fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -113,8 +113,8 @@ jobs: id: env run: | echo "$(go env GOPATH)/bin" >> $GITHUB_PATH -# echo "::set-output name=version::${GITHUB_REF##*/}" echo "::set-output name=version::v24.4.0" +# echo "::set-output name=version::${GITHUB_REF##*/}" - name: 'Download artifacts' uses: actions/download-artifact@v2 with: