mirror of
https://github.com/minoplhy/filters-build_actions.git
synced 2024-11-24 04:26:57 +00:00
Fix tag
This commit is contained in:
parent
64578e74e2
commit
52cbebcbd0
@ -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
|
Loading…
Reference in New Issue
Block a user