Solved Missing Release

This commit is contained in:
minoplhy 2021-08-27 13:05:17 +07:00
parent 649ccefc30
commit c229d0b44e

View File

@ -19,5 +19,7 @@ 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
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