This commit is contained in:
minoplhy 2021-08-27 12:08:42 +07:00
parent 712f8e1e3d
commit 1d7a992ff3

View File

@ -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