We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32d543 commit 3bcbbebCopy full SHA for 3bcbbeb
1 file changed
.github/workflows/release.yml
@@ -91,8 +91,8 @@ jobs:
91
commit-message: Update report
92
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
93
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
94
- branch: develop
95
- delete-branch: true
+ branch: release/${{ inputs.releaseversion }}
+ base: develop
96
title: '[Release] ${{ inputs.releaseversion }}'
97
body: |
98
Release Plugin v${{ inputs.releaseversion }}
0 commit comments