a
All checks were successful
Push to main / Reset-Version-Tag (push) Successful in 4s

This commit is contained in:
Bryce Thorup
2024-01-02 09:20:07 -07:00
parent de1bbd3555
commit 949992ca3b

View File

@@ -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