Skip to content

Commit

Permalink
.github: fix a spelling error.
Browse files Browse the repository at this point in the history
Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub authored and askervin committed Oct 2, 2024
1 parent 6b0ccf9 commit 1230b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Package Unstable Helm Charts
id: package-charts
run: |
# For unstable chart verison we use:
# For unstable chart version we use:
# - chart version: x.y-unstable derived from the latest tag x.y.z
# - image version: 'unstable'.
majmin="$(git describe --tags | sed -E 's/(v[0-9]*\.[0-9]*).*$/\1/')"
Expand Down

0 comments on commit 1230b3f

Please sign in to comment.