Skip to content

Commit b2b975a

Browse files
committed
Rename workflow post-release to update-release
1 parent 050d1c4 commit b2b975a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-release-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: Finalize release
9797
if: env.CHECK_RUNS_PENDING == '0' && env.CHECK_RUN_STATUS != 'completed'
98-
uses: ./.github/workflows/post-release.yml
98+
uses: ./.github/workflows/update-release.yml
9999
with:
100100
ref: ${{ env.CHECK_RUN_HEAD_SHA }}
101101

.github/workflows/post-release.yml renamed to .github/workflows/update-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Finalize Release
1+
name: Update Release
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)