Fix the chart-releaser-action version

Signed-off-by: Stephen Kitt <skitt@redhat.com>
This commit is contained in:
Stephen Kitt
2020-11-12 07:26:28 -05:00
committed by Thomas Pantelis
parent 1ae567356b
commit aa2cd102f1
+1 -1
View File
@@ -20,6 +20,6 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1
uses: helm/chart-releaser-action@v1.1.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"