From 16533a1eea58c9b78c92e8799cda65d1e5dc4755 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Mon, 1 Jan 2024 16:10:47 -0700 Subject: [PATCH] remove comment --- action.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/action.sh b/action.sh index 416b1e9..b69b065 100755 --- a/action.sh +++ b/action.sh @@ -4,7 +4,6 @@ CURRENT_VERSION=$(jq -r .version package.json) echo $CURRENT_VERSION PREVIOUS_VERSIONS=$(git tag -l) echo $PREVIOUS_VERSIONS -# yo if [[ $PREVIOUS_VERSIONS == *$CURRENT_VERSION* ]]; then