Skip to content

Commit

Permalink
Fix --version error in Helm Chart packaging step (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanio committed Aug 14, 2024
2 parents 002491e + a4e45ef commit dc3d635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# helm package
helm package charts/dashboard \
--app-version ${GITHUB_REF#*/v} \
--version${GITHUB_REF#*/v}
--version ${GITHUB_REF#*/v}
- name: Publish the Helm Chart
run: |-
Expand Down

0 comments on commit dc3d635

Please sign in to comment.