test
Push to main / Reset-Version-Tag (push) Successful in 6s

This commit is contained in:
2026-05-27 13:28:35 -06:00
parent 0902f0bb51
commit 6e2ea2c2ad
+1 -1
View File
@@ -6,7 +6,7 @@ CURRENT_VERSION=$(jq -r .version package.json)
echo $CURRENT_VERSION
git checkout $CURRENT_VERSION
CURRENT_VERSION=$INPUT_PREFIX$CURRENT_VERSION
ls
if [[ $INPUT_FORCE_OVERRIDE == true ]];
then
git tag -d $CURRENT_VERSION || true