From 81d58fd97ddeaccc59676788b81ddffd10712fb0 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 16 Sep 2021 09:13:21 +0200 Subject: [PATCH] Fix version variable name in updater script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --- .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 71c3762..6823407 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -123,7 +123,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