Skip to content

Commit

Permalink
add v
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie zieziula committed Sep 19, 2024
1 parent 98bb5e2 commit be4cb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# This ensures that the latest tag we grab will be of the operator image, and not the helm chart
echo "OPERATOR_VERSION=$(\
git ls-remote --tags --refs --sort="v:refname" \
origin '[0-9].[0-9].[0-9]' | tail -n1 | sed 's/.*\///'
origin 'v[0-9].[0-9].[0-9]' | tail -n1 | sed 's/.*\///'
)" >> $GITHUB_OUTPUT
- name: Configure Git
Expand Down

0 comments on commit be4cb94

Please sign in to comment.