Skip to content

Commit

Permalink
Add skip packaging flag
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Mar 5, 2024
1 parent 26cdcaa commit 4939f51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
if: (github.ref == 'refs/heads/prerelease')
uses: helm/chart-releaser-action@main
with:
skip_upload: true
skip_existing: true
skip_packaging: true
skip_upload: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

Expand Down

0 comments on commit 4939f51

Please sign in to comment.