Skip to content

Commit eeaa528

Browse files
committed
Fix gh pr create command in release workflow
1 parent ff5f83e commit eeaa528

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,4 @@ jobs:
4747
env:
4848
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
run: |
50-
gh pr create \\
51-
--base "main" \\
52-
--head "release/${{ github.event.inputs.version }}" \\
53-
--title "Prepare release of Kotlin AutoMapper ${{ github.event.inputs.version }}" \\
54-
--body "This PR integrates changes from `develop` into `main` for the ${{ github.event.inputs.version }} release." \\
55-
--reviewer "${{ github.actor }}"
50+
gh pr create --base "main" --head "release/${{ github.event.inputs.version }}" --title "Prepare release of Kotlin AutoMapper ${{ github.event.inputs.version }}" --body "This PR integrates changes from `develop` into `main` for the ${{ github.event.inputs.version }} release" --reviewer "${{ github.actor }}"

0 commit comments

Comments
 (0)