Skip to content

Commit 2bb52df

Browse files
authored
Add release workflow (#66)
1 parent bb958f6 commit 2bb52df

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/release.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Release
2+
3+
on:
4+
release:
5+
workflow_dispatch:
6+
7+
jobs:
8+
context:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- name: Log (github)
13+
shell: bash
14+
run: |
15+
cat <<EOF
16+
${{toJson(github)}}
17+
EOF

0 commit comments

Comments
 (0)