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 60bb91a commit 238c19eCopy full SHA for 238c19e
.github/workflows/release.yaml
@@ -46,6 +46,9 @@ jobs:
46
id: chart-releaser
47
uses: helm/chart-releaser-action@v1
48
with:
49
+ # Since release please will create the release, we are just using chart-releaser
50
+ # to upload the charts. By default, it will skip upload if it finds an existing
51
+ # release / tag.
52
skip_existing: false
53
env:
54
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
0 commit comments