ls
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:18:50 -07:00
parent ccc23f6d56
commit de1bbd3555

View File

@@ -4,6 +4,7 @@ CURRENT_VERSION=$(jq -r .version package.json)
echo $CURRENT_VERSION
PREVIOUS_VERSIONS=$(git tag)
echo $PREVIOUS_VERSIONS
ls -l
if [[ $PREVIOUS_VERSIONS == *$CURRENT_VERSION* ]];
then