Skip to content

Commit ae6466c

Browse files
committed
test
1 parent 8a85ad5 commit ae6466c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- chore/setup-release-please
78

89
permissions:
910
contents: write
@@ -20,6 +21,7 @@ jobs:
2021
id: release
2122
uses: googleapis/release-please-action@v4
2223
with:
24+
target-branch: ${{ github.ref_name }}
2325
config-file: release-please-config.json
2426
manifest-file: .release-please-manifest.json
2527
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)