Remover Hait

This commit is contained in:
unknown 2021-08-27 12:08:21 +07:00
parent e42e221343
commit 9b663fcd85

View File

@ -46,4 +46,7 @@ cd /aniki
echo $API_TOKEN_GITHUB > token.txt
gh auth login --with-token < token.txt
rm token.txt
gh release delete latest -y
gh release delete "filters-build" -y
git tag | xargs -L 1 | xargs git push origin --delete
gh release create filters-build -t "FILTERS-BUILD IN RELEASES" $MAKE_DIR/output/* -F /aniki/Resources/Releases_filters-build.md