Skip to content

Commit

Permalink
Attempting to use the main version of the helm releaser as skip_uploa…
Browse files Browse the repository at this point in the history
…d actually not released yet

Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Mar 5, 2024
1 parent af94b67 commit 26cdcaa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,17 @@ jobs:
- name: Run chart-releaser
if: (github.ref == 'refs/heads/prerelease')
uses: helm/chart-releaser-action@v1.6.0
uses: helm/chart-releaser-action@main
with:
skip_upload: true
skip_existing: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Run chart-releaser
if: (github.ref == 'refs/heads/release')
uses: helm/[email protected]
uses: helm/chart-releaser-action@main
with:
skip_existing: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 26cdcaa

Please sign in to comment.