Skip to content

Commit e5b72ab

Browse files
committed
chore(cicd): fix helm tag prefix
1 parent ff7f07b commit e5b72ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-helm.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- master
77
paths:
88
- helm/Chart.yaml
9+
- .github/workflows/release-helm.yaml
910

1011
jobs:
1112
cancel-previous:
@@ -39,7 +40,8 @@ jobs:
3940
with:
4041
github_token: ${{ secrets.GITHUB_TOKEN }}
4142
release_branches: master
42-
custom_tag: helm-${{ steps.chart-version.outputs.CHART_VERSION }}
43+
custom_tag: ${{ steps.chart-version.outputs.CHART_VERSION }}
44+
tag_prefix: helm-v
4345
custom_release_rules: major:major:Major Changes,minor:minor:Minor Changes,chore:patch:Chores
4446

4547
release:

0 commit comments

Comments
 (0)