Skip to content

Commit

Permalink
chore(cicd): fix helm tag prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
michalziobro committed Jan 10, 2023
1 parent ff7f07b commit e5b72ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- master
paths:
- helm/Chart.yaml
- .github/workflows/release-helm.yaml

jobs:
cancel-previous:
Expand Down Expand Up @@ -39,7 +40,8 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
release_branches: master
custom_tag: helm-${{ steps.chart-version.outputs.CHART_VERSION }}
custom_tag: ${{ steps.chart-version.outputs.CHART_VERSION }}
tag_prefix: helm-v
custom_release_rules: major:major:Major Changes,minor:minor:Minor Changes,chore:patch:Chores

release:
Expand Down

0 comments on commit e5b72ab

Please sign in to comment.