Skip to content

Commit ac3ec97

Browse files
committed
rename the last release step to reflect its purpose
1 parent 05c6fb0 commit ac3ec97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ jobs:
212212
cd ${{ steps.extract_repository_name.outputs.repository_name }}
213213
gh release --repo ${{ github.repository }} delete-asset ${{ github.ref_name }} PUBLISHED_ARTIFACTS.txt --yes
214214
release:
215+
name: "Close Release"
215216
environment: release
216217
needs: [publish, source, docs]
217218
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)