From 949992ca3b8c3849039ef3bda006998be7121b05 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Tue, 2 Jan 2024 09:20:07 -0700 Subject: [PATCH] a --- action.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.sh b/action.sh index 0c10d11..b897e49 100755 --- a/action.sh +++ b/action.sh @@ -4,7 +4,7 @@ CURRENT_VERSION=$(jq -r .version package.json) echo $CURRENT_VERSION PREVIOUS_VERSIONS=$(git tag) echo $PREVIOUS_VERSIONS -ls -l +git branch if [[ $PREVIOUS_VERSIONS == *$CURRENT_VERSION* ]]; then