Skip to content

Commit

Permalink
ci: Updated Release Please Version
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Dec 16, 2024
1 parent 837d09d commit 5cfdac5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/php83.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,31 +119,31 @@ jobs:
- name: Benchmarking
run: phpbench run tests/webfiori/benchmark --report=default
release_staging:
name: Prepare Beta Release Branch
name: Prepare Beta Release Branch / Publish Release
needs:
- "test"
- "coding_standards_check"
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/dev'
steps:
- uses: actions/checkout@v4
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
with:
release-type: php
default-branch: dev
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
token: ${{ secrets.GITHUB_TOKEN }}
release_prod:
name: Prepare Production Release Branch
name: Prepare Production Release Branch / Publish Release
needs:
- "test"
- "coding_standards_check"
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v4
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
with:
release-type: php
config-file: release-please-config.json
Expand Down

0 comments on commit 5cfdac5

Please sign in to comment.