Skip to content

Commit

Permalink
chore: fix helm-releaser (#61)
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Suen <jesse@akuity.io>
  • Loading branch information
jessesuen committed Apr 23, 2024
1 parent 5129095 commit 7a69264
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/configs/cr.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/chart-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
git checkout origin/gh-pages index.yaml
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.4.0
with:
config: "./.github/configs/cr.yaml"
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: "true"
CR_INDEX_PATH: "./index.yaml"

0 comments on commit 7a69264

Please sign in to comment.