Skip to content

Commit

Permalink
Use specific commit tag for chart-releaser-action (kubernetes#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkwr authored Sep 25, 2020
1 parent 12896a1 commit 1b82117
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
# TODO (brtknr): Use a release tag when the change in the commit is
# released under a tag greater than v1.0.0.
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.0.0
uses: helm/chart-releaser-action@06d81fa7f63ab865cf0ed2045bde38529c392845
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 1b82117

Please sign in to comment.