From 0477dfc8819c0f9f81d407f5267ed61757a78e33 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 16 Sep 2021 09:11:24 +0200 Subject: [PATCH] Update 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 a72a964..62e77cc 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -123,7 +123,7 @@ done sudo apt-get install moreutils # Replace new version in manifest -jq -s --indent 4 ".[] | .version = \"$VERSION~ynh1\"" manifest.json | sponge manifest.json +jq -s --indent 4 ".[] | .version = \"$version~ynh1\"" manifest.json | sponge manifest.json # No need to update the README, yunohost-bot takes care of it