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 a142217 commit 537c660Copy full SHA for 537c660
.github/workflows/release-please.yml
@@ -17,6 +17,7 @@ jobs:
17
id: release
18
with:
19
token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
20
+ default-branch: parentv0
21
outputs:
22
release_created: ${{ fromJSON(steps.release.outputs.paths_released)[0] != null }} # if we have a single release path, do the release
23
0 commit comments