We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d7f90 commit 928362dCopy full SHA for 928362d
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