From 0389dd8255bd87c145693f7e4e5f387aaf4688ab Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 1 Oct 2021 09:24:03 +0200 Subject: [PATCH] Fix --- .github/workflows/updater.sh | 3 --- .github/workflows/updater.yml | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 137b156..478d4a6 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -117,9 +117,6 @@ done #================================================= # Install moreutils, needed for sponge -sudo apt-get install moreutils - -# Replace new version in manifest echo "$(jq -s --indent 4 ".[] | .version = \"$version~ynh1\"" manifest.json)" > manifest.json # No need to update the README, yunohost-bot takes care of it diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index ca77fed..4508553 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -41,8 +41,9 @@ jobs: author: 'yunohost-bot ' signoff: false branch: ci-auto-update-v${{ env.VERSION }} + base: testing delete-branch: true title: 'Upgrade to version ${{ env.VERSION }}' body: | - Upgrade to v${{ env.VERSION }} + Upgrade etherpad_mypads to v${{ env.VERSION }} draft: false