From 3bcbbeb46af1f97ff2b08b2b3d4921d8a76a807f Mon Sep 17 00:00:00 2001 From: Martin Reinhardt Date: Thu, 28 Nov 2024 07:10:46 +0100 Subject: [PATCH] chore: Set correct branch name #2 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3e2cf5..487ab44 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,8 +91,8 @@ jobs: commit-message: Update report committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com> - branch: develop - delete-branch: true + branch: release/${{ inputs.releaseversion }} + base: develop title: '[Release] ${{ inputs.releaseversion }}' body: | Release Plugin v${{ inputs.releaseversion }}