diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 52e7a8b..236dc10 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -25,7 +25,10 @@ jobs: git config --global user.email 'yunohost-bot@users.noreply.github.com' # Run the updater script ./.github/workflows/updater.sh - # Commit + - name: Commit changes + id: commit + if: ${{ env.PROCEED == 'true' }} + run: | git commit -am "Upgrade to v$VERSION" - name: Create Pull Request id: cpr