Skip to content

Commit

Permalink
fix release name template (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanchaxy committed Dec 14, 2023
1 parent 1e413dd commit 2f7e390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_RELEASE_NAME_TEMPLATE: "{{ .Name }} helm chart {{ .Version }}"
CR_RELEASE_NAME_TEMPLATE: "{{ .Name }}-chart-{{ .Version }}"

0 comments on commit 2f7e390

Please sign in to comment.