From c0169cebd577199582ee4fa7e4eb01012e4f0d23 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 16 Sep 2021 11:52:50 +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 d8f921e..38df0e9 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -127,7 +127,7 @@ done sudo apt-get install moreutils # Replace new version in manifest -jq -s --indent 4 ".[] | .version = \"$VERSION~ynh1\"" manifest.json | sponge manifest.json +echo "$(jq -s --indent 4 ".[] | .version = \"$version~ynh1\"" manifest.json)" > manifest.json # No need to update the README, yunohost-bot takes care of it