diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index ed13d85..e425709 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -124,7 +124,7 @@ done # Replace new version in manifest echo "$(jq -s --indent 4 ".[] | .version = \"$version~ynh1\"" manifest.json)" > manifest.json -echo "$(jq -s --indent 8 ".[] | .upstream.version = \"$version\"" manifest.json)" > manifest.json +echo "$(jq -s --indent 4 ".[] | .upstream.version = \"$version\"" manifest.json)" > manifest.json # No need to update the README, yunohost-bot takes care of it