From 6e2ea2c2ad98d2426ce3f095a19d55d2a2f35f7d Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Wed, 27 May 2026 13:28:35 -0600 Subject: [PATCH] test --- action.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.sh b/action.sh index ce40a27..ef5cd70 100755 --- a/action.sh +++ b/action.sh @@ -6,7 +6,7 @@ CURRENT_VERSION=$(jq -r .version package.json) echo $CURRENT_VERSION git checkout $CURRENT_VERSION CURRENT_VERSION=$INPUT_PREFIX$CURRENT_VERSION - +ls if [[ $INPUT_FORCE_OVERRIDE == true ]]; then git tag -d $CURRENT_VERSION || true