We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12896a1 commit 1b82117Copy full SHA for 1b82117
.github/workflows/release.yaml
@@ -20,7 +20,9 @@ jobs:
20
git config user.name "$GITHUB_ACTOR"
21
git config user.email "[email protected]"
22
23
+ # TODO (brtknr): Use a release tag when the change in the commit is
24
+ # released under a tag greater than v1.0.0.
25
- name: Run chart-releaser
- uses: helm/chart-releaser-action@v1.0.0
26
+ uses: helm/chart-releaser-action@06d81fa7f63ab865cf0ed2045bde38529c392845
27
env:
28
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments