diff --git a/action.sh b/action.sh index ce40a27..ef5cd70 100755 --- a/action.sh +++ b/action.sh @@ -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