Skip to content

Commit a05f0d7

Browse files
fix: update base branch for pull request creation in release workflow
1 parent 9de19c6 commit a05f0d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ jobs:
8080
branch: release/${{ steps.bump.outputs.version }}
8181
title: "Release ${{ steps.bump.outputs.version }}"
8282
body: "This PR updates CHANGELOG.md and package.json for release ${{ steps.bump.outputs.version }}."
83-
base: main
83+
base: ${{ github.ref_name }}

0 commit comments

Comments
 (0)