From 0902f0bb512f5a20d45c59db7dce57f008dbbf2f Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Wed, 27 May 2026 13:22:55 -0600 Subject: [PATCH] fix --- action.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.sh b/action.sh index 6fe5a05..ce40a27 100755 --- a/action.sh +++ b/action.sh @@ -2,9 +2,10 @@ apt update apt install jq -y git config --global user.email "cloud+git+runner@thorup.us" git config --global user.name "Git runner" -CURRENT_VERSION=$INPUT_PREFIX$(jq -r .version package.json) +CURRENT_VERSION=$(jq -r .version package.json) echo $CURRENT_VERSION git checkout $CURRENT_VERSION +CURRENT_VERSION=$INPUT_PREFIX$CURRENT_VERSION if [[ $INPUT_FORCE_OVERRIDE == true ]]; then