Skip to content

Commit f6832b8

Browse files
committed
tweak
1 parent 1cff356 commit f6832b8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/create-release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ on:
77

88
jobs:
99
create-release:
10-
steps:
10+
name: "Create Release"
11+
runs-on: "ubuntu-latest"
12+
13+
steps:
14+
# ...
1115

1216
- uses: actions/checkout@v2
1317
with:

0 commit comments

Comments
 (0)