Skip to content

Commit 0cb633a

Browse files
authored
chore: Change default-branch to target-branch. (#107)
1 parent 5ab6855 commit 0cb633a

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
@@ -21,7 +21,7 @@ jobs:
2121
id: release
2222
with:
2323
token: ${{secrets.GITHUB_TOKEN}}
24-
default-branch: main
24+
target-branch: main
2525

2626
ci:
2727
needs: ['release-please']

0 commit comments

Comments
 (0)