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 630f512 commit a419a3eCopy full SHA for a419a3e
.github/workflows/php83.yml
@@ -130,7 +130,7 @@ jobs:
130
- uses: google-github-actions/release-please-action@v4
131
with:
132
release-type: php
133
- default-branch: dev
+ target-branch: dev
134
config-file: release-please-config.json
135
manifest-file: .release-please-manifest.json
136
token: ${{ secrets.GITHUB_TOKEN }}
@@ -146,6 +146,7 @@ jobs:
146
147
148
149
+ target-branch: master
150
151
152
0 commit comments