From ad665044be4973cd24178c89ac7b9a4fa0646d08 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Wed, 21 Sep 2022 14:54:03 +0200 Subject: [PATCH] Remove exit from updater.sh --- .github/workflows/updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 22323c7..3ed047a 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -10,7 +10,7 @@ # automatic actions when a new upstream release is detected. # Remove this exit command when you are ready to run this Action -exit 1 +# exit 1 #================================================= # FETCHING LATEST RELEASE AND ITS ASSETS