git pull
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:47 -07:00
parent 949992ca3b
commit f9d266449e

View File

@@ -2,6 +2,7 @@ apt update
apt install jq -y
CURRENT_VERSION=$(jq -r .version package.json)
echo $CURRENT_VERSION
git pull
PREVIOUS_VERSIONS=$(git tag)
echo $PREVIOUS_VERSIONS
git branch