Skip to content

Commit

Permalink
Merge pull request #2641 from rancher/fix_go_releaser
Browse files Browse the repository at this point in the history
Provide release tag as custom tag to GoReleaser
  • Loading branch information
thardeck authored Jul 17, 2024
2 parents 7aff7e1 + 4f9ff58 commit 34063c4
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 34063c4

Please sign in to comment.