Skip to content

Commit afbc2ac

Browse files
committed
fix: set explicit target-branch for release-please
The default branch is now develop, but release-please should target main. Without an explicit target-branch, it defaults to the repo's default branch and never creates a release PR.
1 parent c316b1c commit afbc2ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- uses: googleapis/release-please-action@v4
2020
id: release
2121
with:
22+
target-branch: main
2223
config-file: release-please-config.json
2324
manifest-file: .release-please-manifest.json
2425

0 commit comments

Comments
 (0)