Skip to content

Commit 928362d

Browse files
authored
Update deploy.sh
Removed comment regarding unsure feature that enables users to set the version to use for the deployment.
1 parent 15d7f90 commit 928362d

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)