Skip to content

Commit e40f683

Browse files
committed
fix: Fix Automated release workflow
Signed-off-by: Arjun Raja Yogidas <[email protected]>
1 parent 3525e55 commit e40f683

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-please.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
1414
id: release
15+
with:
16+
target-branch: ${{ github.head_ref || github.ref_name }}
1517
trigger-release-automation:
1618
name: Trigger release-automation.yaml if PR is merged
1719
needs: [release-please]

0 commit comments

Comments
 (0)