Skip to content

Commit 5cfdac5

Browse files
committed
ci: Updated Release Please Version
1 parent 837d09d commit 5cfdac5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/php83.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,31 +119,31 @@ jobs:
119119
- name: Benchmarking
120120
run: phpbench run tests/webfiori/benchmark --report=default
121121
release_staging:
122-
name: Prepare Beta Release Branch
122+
name: Prepare Beta Release Branch / Publish Release
123123
needs:
124124
- "test"
125125
- "coding_standards_check"
126126
runs-on: ubuntu-latest
127127
if: github.ref == 'refs/heads/dev'
128128
steps:
129129
- uses: actions/checkout@v4
130-
- uses: google-github-actions/release-please-action@v3
130+
- uses: google-github-actions/release-please-action@v4
131131
with:
132132
release-type: php
133133
default-branch: dev
134134
config-file: release-please-config.json
135135
manifest-file: .release-please-manifest.json
136136
token: ${{ secrets.GITHUB_TOKEN }}
137137
release_prod:
138-
name: Prepare Production Release Branch
138+
name: Prepare Production Release Branch / Publish Release
139139
needs:
140140
- "test"
141141
- "coding_standards_check"
142142
runs-on: ubuntu-latest
143143
if: github.ref == 'refs/heads/master'
144144
steps:
145145
- uses: actions/checkout@v4
146-
- uses: google-github-actions/release-please-action@v3
146+
- uses: google-github-actions/release-please-action@v4
147147
with:
148148
release-type: php
149149
config-file: release-please-config.json

0 commit comments

Comments
 (0)