Skip to content

Commit

Permalink
ci: add multiple release-please PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense committed Apr 5, 2024
1 parent 0f8c129 commit 2221de5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
permissions:
contents: write
pull-requests: write
strategy:
fail-fast: false
matrix:
base:
- php/7.4/fpm-nginx
- php/8.0/fpm-nginx
outputs:
tag_name: ${{ steps.release.outputs.tag_name }}
release_created: ${{ steps.release.outputs.release_created }}
Expand All @@ -25,7 +31,7 @@ jobs:
with:
release-type: simple
target-branch: ${{ github.ref_name }}
path: php/7.4/fpm-nginx
path: ${{ matrix.base }}

orchestrator:
name: Orchestrator
Expand Down

0 comments on commit 2221de5

Please sign in to comment.