Skip to content

Commit a4fef97

Browse files
committed
ci: Changed Steps Names
1 parent df3eacf commit a4fef97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php83.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Benchmarking
120120
run: phpbench run tests/webfiori/benchmark --report=default
121121
release_staging:
122-
name: Publish Beta
122+
name: Prepare Beta Release Branch
123123
needs:
124124
- "test"
125125
- "coding_standards_check"
@@ -135,7 +135,7 @@ jobs:
135135
manifest-file: .release-please-manifest.json
136136
token: ${{ secrets.GITHUB_TOKEN }}
137137
release_prod:
138-
name: Publish Production
138+
name: Prepare Production Release Branch
139139
needs:
140140
- "test"
141141
- "coding_standards_check"

0 commit comments

Comments
 (0)