diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 891be20..c901b7e 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -119,11 +119,8 @@ done # GENERIC FINALIZATION #================================================= -# Install moreutils, needed for sponge -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