Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhan-yilmaz committed Oct 15, 2024
1 parent dea4f66 commit f223684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-package-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id: helm_package
run: |
RELEASE_TAG="${{ github.event.release.tag_name }}"
VERSION="${RELEASE_TAG:-'v6.6.6'}"
VERSION="${RELEASE_TAG:-v6.6.6}"
CLEAN_VERSION="${VERSION#v}"
echo "RELEASE Version: $CLEAN_VERSION"
PACKAGE_OUTPUT=$(helm package --version "$CLEAN_VERSION" helm-chart)
Expand Down

0 comments on commit f223684

Please sign in to comment.