We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8705e1 + 928362d commit f45e3deCopy full SHA for f45e3de
1 file changed
deploy.sh
@@ -26,7 +26,7 @@ if [[ -z "$SLUG" ]]; then
26
fi
27
echo "ℹ︎ SLUG is $SLUG"
28
29
-# Does it even make sense for VERSION to be editable in a workflow definition?
+# Allow setting custom version number in advanced workflows
30
if [[ -z "$VERSION" ]]; then
31
VERSION="${GITHUB_REF#refs/tags/}"
32
VERSION="${VERSION#v}"
0 commit comments