Skip to content

Commit a419a3e

Browse files
committed
chore: Fix target Branch
1 parent 630f512 commit a419a3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/php83.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- uses: google-github-actions/release-please-action@v4
131131
with:
132132
release-type: php
133-
default-branch: dev
133+
target-branch: dev
134134
config-file: release-please-config.json
135135
manifest-file: .release-please-manifest.json
136136
token: ${{ secrets.GITHUB_TOKEN }}
@@ -146,6 +146,7 @@ jobs:
146146
- uses: google-github-actions/release-please-action@v4
147147
with:
148148
release-type: php
149+
target-branch: master
149150
config-file: release-please-config.json
150151
token: ${{ secrets.GITHUB_TOKEN }}
151152

0 commit comments

Comments
 (0)