Skip to content

Commit a0bcbef

Browse files
committed
Add github release job
1 parent eb5d2bb commit a0bcbef

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ jobs:
3131
submodules: recursive
3232
secrets:
3333
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
34+
35+
gh_release:
36+
needs: [hex_publish]
37+
uses: membraneframework/membrane-actions/.github/workflows/github-release.yml@main

0 commit comments

Comments
 (0)