Skip to content

Commit

Permalink
Update publish-helm-charts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
merlos authored Nov 28, 2023
1 parent 8b7b423 commit b4f9663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-helm-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# https://github.com/marketplace/actions/helm-chart-releaser
#

name: Publish chart
name: Publish Helm Charts

on:
# On tag creation
Expand Down Expand Up @@ -47,6 +47,6 @@ jobs:
uses: helm/[email protected]
with:
# defaults to "charts", and looks for folders"
charts_dir: charts
charts_dir: helm
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit b4f9663

Please sign in to comment.