From e1e272ef80f97dda40d956c24c9b4cb2d1e9f22e Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Wed, 17 Jul 2024 14:18:55 +0200 Subject: [PATCH] Provide release tag as custom tag to GoReleaser to work around the issue where it can not determine the correct tag in case of double tags (un-rcing). Refers to https://goreleaser.com/cookbooks/set-a-custom-git-tag/ --- .github/workflows/release-fleet.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-fleet.yml b/.github/workflows/release-fleet.yml index 8feb2fe17c..6a3af5458d 100644 --- a/.github/workflows/release-fleet.yml +++ b/.github/workflows/release-fleet.yml @@ -89,6 +89,7 @@ jobs: args: release --clean --verbose env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GORELEASER_CURRENT_TAG: ${{ github.ref_name }} - name: Upload charts to release env: