diff --git a/filters.sh b/filters.sh index 24f75b2..d1821e3 100644 --- a/filters.sh +++ b/filters.sh @@ -25,8 +25,5 @@ if [ -f "/repros/$INPUT_SUB_ACTION_LOCATION" ]; then rm token.txt python3 /repros/$INPUT_SUB_ACTION_LOCATION echo "Code Completed!" - gh release delete latest -y - gh release delete "filters-build" -y - git tag | xargs -L 1 | xargs git push origin --delete gh release create latest -F /repros/Resources/Releases.md /gh-releases/* -t "FILTERS IN RELEASES" fi