Skip to content

Commit 4900b44

Browse files
authored
Update release-please.yml
Signed-off-by: Todd Baert <[email protected]>
1 parent 54bd48d commit 4900b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id: release
1818
with:
1919
token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
20-
default-branch: parentv0
20+
target-branch: parentv0
2121
outputs:
2222
release_created: ${{ fromJSON(steps.release.outputs.paths_released)[0] != null }} # if we have a single release path, do the release
2323

0 commit comments

Comments
 (0)