Skip to content

Commit

Permalink
fix(workflows):[-] Fix env var name
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Oct 4, 2022
1 parent 44d6f09 commit 9539c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
charts_dir: charts/
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
RELEASE_NAME_TEMPLATE: "{{ .Name }}-helm-charts-{{ .Version }}"
CR_RELEASE_NAME_TEMPLATE: "{{ .Name }}-helm-charts-{{ .Version }}"

0 comments on commit 9539c3c

Please sign in to comment.