From c229d0b44e21984f9dcc39eb8546c39040476965 Mon Sep 17 00:00:00 2001 From: minoplhy Date: Fri, 27 Aug 2021 13:05:17 +0700 Subject: [PATCH] Solved Missing Release --- filters.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/filters.sh b/filters.sh index 140e0f6..b35e0b1 100644 --- a/filters.sh +++ b/filters.sh @@ -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