Skip to content

Commit

Permalink
Provide release tag as custom tag to GoReleaser
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
thardeck committed Jul 18, 2024
1 parent bb07ea4 commit 40d05ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-fleet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 40d05ef

Please sign in to comment.