Skip to content

Commit 63f6cbd

Browse files
committed
ci: skeleton for release.yml
1 parent 8c3c0a0 commit 63f6cbd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: release
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
hello:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- run: echo "Hello, world!"

0 commit comments

Comments
 (0)