Skip to content

Commit af71507

Browse files
authored
Add pre-releases
1 parent 8202149 commit af71507

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- 'release/*'
78

89
jobs:
910
release:
@@ -32,6 +33,7 @@ jobs:
3233
uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0
3334
with:
3435
charts_dir: charts
36+
pre_release: ${{ github.ref != 'refs/heads/main' }}
3537
env:
3638
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3739
CR_SKIP_EXISTING: true

0 commit comments

Comments
 (0)