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