diff --git a/scripts/pro/install.sh b/scripts/pro/install.sh index 781ecd8caa..212f5b5a39 100755 --- a/scripts/pro/install.sh +++ b/scripts/pro/install.sh @@ -19,6 +19,7 @@ if [[ -d "budibase-pro" ]]; then cd budibase-pro if [[ -z "${BRANCH}" ]]; then + echo Using GITHUB_REF_NAME: $GITHUB_REF_NAME export BRANCH=$GITHUB_REF_NAME fi