We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bd1d68 + 03e9187 commit 1c1eb65Copy full SHA for 1c1eb65
1 file changed
entrypoint.sh
@@ -29,6 +29,7 @@ echo "ℹ︎ SLUG is $SLUG"
29
# Does it even make sense for VERSION to be editable in a workflow definition?
30
if [[ -z "$VERSION" ]]; then
31
VERSION=${GITHUB_REF#refs/tags/}
32
+ VERSION=$(echo $VERSION | sed -e "s/^v//")
33
fi
34
echo "ℹ︎ VERSION is $VERSION"
35
0 commit comments