From 286716878cc7a236a8b91df6fbdf90f78687cbff Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 19 Mar 2023 14:34:23 -0600 Subject: [PATCH] Update updater.sh --- .github/workflows/updater.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 72eb5cb..32dce5e 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -9,9 +9,6 @@ # Since each app is different, maintainers can adapt its contents so as to perform # automatic actions when a new upstream release is detected. -# Remove this exit command when you are ready to run this Action -exit 1 - #================================================= # FETCHING LATEST RELEASE AND ITS ASSETS #=================================================