Skip to content

Commit

Permalink
Goreleaser fix helm chart version from metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
manno committed Apr 10, 2024
1 parent 91ac687 commit 0ed2f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-fleet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
repo: "ghcr.io/rancher"
tag: ${{ steps.goreleaser.outputs.tag }}
version: ${{ steps.goreleaser.outputs.version }}
tag: ${{ steps.goreleaser.outputs.metadata.tag }}
version: ${{ steps.goreleaser.outputs.metadata.version }}
run: |
echo "publishing helm chart for (repo: $repo, tag: $tag, version: $version)"
# Replace rancher/fleet, rancher/fleet-agent and rancher/gitjob image names, but not eg. rancher/kubectl
Expand Down

0 comments on commit 0ed2f83

Please sign in to comment.