Update 'filters.sh'

This commit is contained in:
Kale 2021-08-21 23:24:17 -07:00
parent 954408d9d9
commit 712f8e1e3d
No known key found for this signature in database
GPG Key ID: F8A6CE83F1274467

View File

@ -26,6 +26,7 @@ if [ -f "/repros/$INPUT_SUB_ACTION_LOCATION" ]; then
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