Skip to content

Commit

Permalink
change inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
alluen committed Apr 16, 2024
1 parent abef0b9 commit 59418ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
uses: helm/chart-releaser-action@v1.6.0
with:
charts_dir: .
mark_as_latest: true
packages_with_index: true
pages_branch: gh-pages
env:
CR_TOKEN: "${{ secrets.HELM_CR_TOKEN }}"

0 comments on commit 59418ff

Please sign in to comment.