From 54aaab25803eddebee4f14e75747c23325eaefe0 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Thu, 10 Aug 2023 07:16:45 +0200 Subject: [PATCH] Use better branch and commit message --- .github/workflows/build-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 281161dd..ae100390 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -113,9 +113,9 @@ jobs: destination-github-username: wger-project destination-repository-name: de.wger.flutter user-email: github-actions@github.com - target-branch: flathub-${{ env.VERSION }} + target-branch: release-${{ env.VERSION }} create-target-branch-if-needed: true - commit-message: Update de.wger.flutter.json + commit-message: Update to ${{ env.VERSION }} # Note: the original tag that triggered the workflow is in the form vX.Y.Z # but the pubspec.yaml is committed in the commit after that one.