We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3525e55 + e40f683 commit c4032f6Copy full SHA for c4032f6
.github/workflows/release-please.yaml
@@ -12,6 +12,8 @@ jobs:
12
steps:
13
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
14
id: release
15
+ with:
16
+ target-branch: ${{ github.head_ref || github.ref_name }}
17
trigger-release-automation:
18
name: Trigger release-automation.yaml if PR is merged
19
needs: [release-please]
0 commit comments