Skip to content

Commit

Permalink
fix: Typo in semver format for chart (#18686)
Browse files Browse the repository at this point in the history
This looks to have been a mistaken change that was made to the workflow. Reverting back to the original value.
  • Loading branch information
perangel authored Oct 31, 2022
1 parent 2099a74 commit 49622e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-helm-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
tag_prefix: "v"
major_pattern: "feat:"
minor_pattern: "fix:"
format: "${major}.${minor}.${/}"
format: "${major}.${minor}.${patch}"
change_path: "./charts"
bump_each_commit: true
namespace: helm
Expand Down

0 comments on commit 49622e7

Please sign in to comment.