Skip to content

Commit 1b82117

Browse files
authored
Use specific commit tag for chart-releaser-action (kubernetes#1216)
1 parent 12896a1 commit 1b82117

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
git config user.name "$GITHUB_ACTOR"
2121
git config user.email "[email protected]"
2222
23+
# TODO (brtknr): Use a release tag when the change in the commit is
24+
# released under a tag greater than v1.0.0.
2325
- name: Run chart-releaser
24-
uses: helm/chart-releaser-action@v1.0.0
26+
uses: helm/chart-releaser-action@06d81fa7f63ab865cf0ed2045bde38529c392845
2527
env:
2628
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)