Skip to content

Commit

Permalink
Correctly name charts release
Browse files Browse the repository at this point in the history
  • Loading branch information
baurmatt committed Mar 22, 2024
1 parent 0904749 commit c88967f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .cr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
release-name-template: "chart-{{ .Version }}"
2 changes: 2 additions & 0 deletions .github/workflows/helm-chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ jobs:

- name: Run chart-releaser
uses: helm/[email protected]
with:
config: .cr.yaml
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit c88967f

Please sign in to comment.