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