From 728c7c4dd15f877b4c1724313b0d9c31ea4cd846 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 16 Sep 2021 08:56:46 +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 9b823ba..2a6da3b 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -125,7 +125,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