Skip to content

Commit

Permalink
Merge pull request #318 from i5okie/hotfix/fix-chart-releaser
Browse files Browse the repository at this point in the history
[Hotfix] Fix chart releaser action version within Publish workflow
  • Loading branch information
esune authored Aug 16, 2023
2 parents 77fcff3 + 77b3231 commit af1e5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ jobs:
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 }}"

0 comments on commit af1e5b6

Please sign in to comment.