From 3dac1d69f894f2d5ea0b56dcfbe33abff734e700 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 16 Oct 2022 10:14:43 +0200 Subject: [PATCH] Stop auto updating for now --- .github/workflows/updater.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 4740d92..1e22ce2 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -9,6 +9,8 @@ # Since each app is different, maintainers can adapt its contents so as to perform # automatic actions when a new upstream release is detected. +exit 1 + #================================================= # FETCHING LATEST RELEASE AND ITS ASSETS #=================================================