Skip to content

Commit

Permalink
Update helm-release.yml
Browse files Browse the repository at this point in the history
Updating a setting that will package/ upload the release on every run, which should hopefully cause the package to re-upload to the `gh-pages` branch correctly.
  • Loading branch information
0xThresh authored May 7, 2024
1 parent 42f5dc7 commit 08b1707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
with:
skip_existing: true
skip_existing: false
packages_with_index: true
charts_dir: charts/
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 08b1707

Please sign in to comment.