Skip to content

Commit

Permalink
fix(ci): helm chart release action version (#404) (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonostendorf authored Aug 29, 2023
1 parent d99c9c8 commit 9c6725e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down

0 comments on commit 9c6725e

Please sign in to comment.