Skip to content

Commit

Permalink
Fix sem version
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Wilk <[email protected]>
  • Loading branch information
kliwniloc committed Sep 5, 2024
1 parent c9580bd commit 04ab828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helmchart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
elif [[ "${GITHUB_REF}" == refs/pull/* ]]; then
SEM_VERSION="0.0.0-pr${{ github.event.pull_request.number }}"
else
SEM_VERSION="${GITHUB_REF#refs/heads/}"
SEM_VERSION="0.0.0-${GITHUB_REF#refs/heads/}"
fi
echo "SEM_VERSION=${SEM_VERSION}" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 04ab828

Please sign in to comment.