Skip to content

Commit 238c19e

Browse files
committed
add comment
1 parent 60bb91a commit 238c19e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
id: chart-releaser
4747
uses: helm/chart-releaser-action@v1
4848
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.
4952
skip_existing: false
5053
env:
5154
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)