Skip to content

Commit 0e613c7

Browse files
authored
Adding release flow (#93)
1 parent 647474e commit 0e613c7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/release.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: release
2+
3+
on: workflow_dispatch
4+
5+
env:
6+
GENERATOR_VERSION: 'v7.9.0'
7+
8+
jobs:
9+
push:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v4

0 commit comments

Comments
 (0)