Skip to content

Commit 619fde3

Browse files
authored
Add name to step
1 parent 5b594c6 commit 619fde3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ jobs:
8181
- uses: actions/download-artifact@v3
8282
with:
8383
name: arn-file
84-
- run: >-
84+
- name: Create GitHub Draft Release
85+
run: >-
8586
gh release create "${GITHUB_REF_NAME}"
8687
--title="${GITHUB_REF_NAME}"
8788
--generate-notes

0 commit comments

Comments
 (0)