Skip to content

Commit

Permalink
Merge pull request #1 from truefoundry/skip-existing-fix
Browse files Browse the repository at this point in the history
Skip existing charts
  • Loading branch information
opsved authored Apr 17, 2023
2 parents 61de9b8 + 632dd2e commit da3d09a
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 @@ -30,4 +30,5 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.TRUEFOUNDRY_HELM_TOKEN }}"
CR_TOKEN: "${{ secrets.TRUEFOUNDRY_HELM_TOKEN }}"
CR_SKIP_EXISTING: true

0 comments on commit da3d09a

Please # to comment.