This commit is contained in:
minoplhy 2021-08-27 13:40:02 +07:00
parent c74488ab97
commit 7bf008dedf
1 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ if [ -f "/repros/$INPUT_SUB_ACTION_LOCATION" ]; then
python3 /repros/$INPUT_SUB_ACTION_LOCATION
echo "Code Completed!"
gh release delete latest -y
git tag | xargs -L 1 | xargs git push origin --delete
git tag -d latest
git push origin :latest
gh release create latest -F /repros/Resources/Releases.md /gh-releases/* -t "FILTERS IN RELEASES"
fi