Skip to content

Commit f45e3de

Browse files
authored
Merge pull request #115 from UVLabs/patch-1
Update deploy.sh
2 parents f8705e1 + 928362d commit f45e3de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [[ -z "$SLUG" ]]; then
2626
fi
2727
echo "ℹ︎ SLUG is $SLUG"
2828

29-
# Does it even make sense for VERSION to be editable in a workflow definition?
29+
# Allow setting custom version number in advanced workflows
3030
if [[ -z "$VERSION" ]]; then
3131
VERSION="${GITHUB_REF#refs/tags/}"
3232
VERSION="${VERSION#v}"

0 commit comments

Comments
 (0)