From 7459dca476f8d4b28fd8ff0ae5a20bc0b5b2820d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pereira?= Date: Mon, 25 Sep 2023 14:55:23 -0500 Subject: [PATCH] Remove v from version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Pereira --- .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 e1729e6..9c3f2b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: go-version: 1.21.1 - name: Retrieve version run: | - echo "TAG_NAME=$(echo ${{ github.ref }} | grep -Eo 'v[0-9].*')" >> $GITHUB_OUTPUT + echo "TAG_NAME=$(echo ${{ github.ref }} | grep -Eo '[0-9].*')" >> $GITHUB_OUTPUT id: version - name: Run GoReleaser