diff --git a/.github/workflows/upgrade.sh b/.github/workflows/updater.sh similarity index 98% rename from .github/workflows/upgrade.sh rename to .github/workflows/updater.sh index 5f33eee..5bd2378 100644 --- a/.github/workflows/upgrade.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