Skip to content

Commit

Permalink
fix: remove parameter that is not supported in the chart-release acti…
Browse files Browse the repository at this point in the history
…on (#150)

* fix: remove parameter that is not supported in the chart-release action

* ci: restore the 'mark_as_latest' parameter by updating the chart version
  • Loading branch information
mavimo authored Oct 25, 2023
1 parent ec19f16 commit bec9a58
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:
git config user.email "[email protected]"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1
uses: helm/chart-releaser-action@ed43eb303604cbc0eeec8390544f7748dc6c790d
with:
charts_dir: charts
mark_as_latest: false
Expand Down

0 comments on commit bec9a58

Please sign in to comment.