This commit is contained in:
unknown 2021-08-27 13:40:22 +07:00
parent 64578e74e2
commit 52cbebcbd0

View File

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