Skip to content

Commit 2eb8257

Browse files
Initial release test
1 parent 124a2f8 commit 2eb8257

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/release.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: release
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
8+
jobs:
9+
release:
10+
runs-on: ubuntu-18.04
11+
12+
steps:
13+
- uses: actions/checkout@v2
14+
- run: echo 'asdf'

0 commit comments

Comments
 (0)