Skip to content

Commit

Permalink
Removes CR_RELEASE_NAME_TEMPLATE from release workflow (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
amimof committed May 3, 2021
1 parent 7476cf6 commit 68e9b37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
uses: helm/chart-releaser-action@v1.2.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_RELEASE_NAME_TEMPLATE: "v{{ .Version }}"

releases:
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 68e9b37

Please sign in to comment.