Skip to content

Commit

Permalink
fix reference to the operator version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie zieziula committed Oct 16, 2024
1 parent 8434e83 commit 996105f
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 @@ -42,7 +42,7 @@ jobs:
# get the short sha of the latest commit for the operator image
short_sha="$(git rev-parse --short=7 HEAD)"
echo "SHORT_SHA=$short_sha" >> "$GITHUB_ENV"
echo "OPERATOR_VERSION=$short_sha" >> "$GITHUB_ENV"
elif [[ "${{ inputs.mode }}" == "release" ]]; then
echo "RELEASE_VERSION=$(date +'%Y.%-m.%-d%H%M%S')" >> $GITHUB_ENV
Expand Down

0 comments on commit 996105f

Please sign in to comment.