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.
1 parent 7c3ff64 commit 125f63eCopy full SHA for 125f63e
.github/workflows/batch_release_pr.yml
@@ -38,6 +38,6 @@ jobs:
38
title: "[${{ github.event.client_payload.package }}] Batch release"
39
body: "This PR was created automatically to batch release the `${{ github.event.client_payload.package }}`."
40
branch: ${{ env.BRANCH_NAME }}
41
- base: release
+ base: release-${{ github.event.client_payload.package }}
42
43
0 commit comments