From 03601a8664427411f470c2bfa4026189d59303ae Mon Sep 17 00:00:00 2001 From: minoplhy Date: Sat, 21 Aug 2021 23:45:00 +0700 Subject: [PATCH] no confirm delete --- filters.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filters.sh b/filters.sh index fff45b4..272061f 100644 --- a/filters.sh +++ b/filters.sh @@ -24,6 +24,6 @@ if [ -f "/repros/$INPUT_SUB_ACTION_LOCATION" ]; then rm token.txt python3 /repros/$INPUT_SUB_ACTION_LOCATION echo "Code Completed!" - gh release delete latest + gh release delete latest -y gh release create latest /gh-releases/* fi