Skip to content

Commit 3bcbbeb

Browse files
committed
chore: Set correct branch name #2
1 parent a32d543 commit 3bcbbeb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ jobs:
9191
commit-message: Update report
9292
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
9393
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
94-
branch: develop
95-
delete-branch: true
94+
branch: release/${{ inputs.releaseversion }}
95+
base: develop
9696
title: '[Release] ${{ inputs.releaseversion }}'
9797
body: |
9898
Release Plugin v${{ inputs.releaseversion }}

0 commit comments

Comments
 (0)