Skip to content

Commit 0376db6

Browse files
authored
chore: add empty release workflow file (#265)
1 parent a54b781 commit 0376db6

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+
release:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- run: echo "hello world"

0 commit comments

Comments
 (0)