From da868d894b7813c5e7d595463496f10e766f98bb Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Wed, 27 May 2026 13:31:01 -0600 Subject: [PATCH] test --- action.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.sh b/action.sh index ef5cd70..6945503 100755 --- a/action.sh +++ b/action.sh @@ -4,9 +4,9 @@ git config --global user.email "cloud+git+runner@thorup.us" git config --global user.name "Git runner" CURRENT_VERSION=$(jq -r .version package.json) echo $CURRENT_VERSION -git checkout $CURRENT_VERSION +git checkout -b $CURRENT_VERSION CURRENT_VERSION=$INPUT_PREFIX$CURRENT_VERSION -ls + if [[ $INPUT_FORCE_OVERRIDE == true ]]; then git tag -d $CURRENT_VERSION || true