Skip to content

Commit 3dc60a7

Browse files
authored
fix: align step names in release workflow — capitalization and dash-separator (#28628)
1 parent c5f36dd commit 3dc60a7

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/release.lock.yml

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
fetch-depth: 0
4747
persist-credentials: false
48-
- name: Compute release Config
48+
- name: Compute Release Config
4949
id: compute_config
5050
uses: actions/github-script@v9
5151
with:
@@ -197,7 +197,7 @@ jobs:
197197
path: dist/
198198
retention-days: 1
199199

200-
- name: Notify - run sync actions and merge PR
200+
- name: Run sync actions and merge PR
201201
env:
202202
RELEASE_TAG: ${{ needs.config.outputs.release_tag }}
203203
run: |

0 commit comments

Comments
 (0)