From a7f6185e05d781f9189e35674fde6d089851272c Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 12 Jul 2022 14:02:48 +0530 Subject: [PATCH] enable 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 #=================================================