Skip to content

Commit a32d543

Browse files
committed
chore: Set correct branch name
1 parent 40ea7a6 commit a32d543

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66
inputs:
77
releaseversion:
8-
description: 'Release version (yyyy.mm.<no>)'
8+
description: 'Release version (<major>.<minor>.<patch>)'
99
required: true
1010
type: string
1111
default: "X.Y.Z"
@@ -91,8 +91,7 @@ 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: release/${{ inputs.releaseversion }}
95-
base: develop
94+
branch: develop
9695
delete-branch: true
9796
title: '[Release] ${{ inputs.releaseversion }}'
9897
body: |

0 commit comments

Comments
 (0)