We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7f07b commit e5b72abCopy full SHA for e5b72ab
.github/workflows/release-helm.yaml
@@ -6,6 +6,7 @@ on:
6
- master
7
paths:
8
- helm/Chart.yaml
9
+ - .github/workflows/release-helm.yaml
10
11
jobs:
12
cancel-previous:
@@ -39,7 +40,8 @@ jobs:
39
40
with:
41
github_token: ${{ secrets.GITHUB_TOKEN }}
42
release_branches: master
- custom_tag: helm-${{ steps.chart-version.outputs.CHART_VERSION }}
43
+ custom_tag: ${{ steps.chart-version.outputs.CHART_VERSION }}
44
+ tag_prefix: helm-v
45
custom_release_rules: major:major:Major Changes,minor:minor:Minor Changes,chore:patch:Chores
46
47
release:
0 commit comments