We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b92ef2 commit 78cef5cCopy full SHA for 78cef5c
.github/workflows/release.yml
@@ -46,5 +46,7 @@ jobs:
46
- name: Run chart-releaser job
47
if: steps.changesets.outputs.hasChangesets == 'false'
48
uses: helm/[email protected]
49
+ with:
50
+ skip_existing: true
51
env:
52
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments