Skip to content

Commit e1224e1

Browse files
committed
Add github release
1 parent 248186e commit e1224e1

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
@@ -23,3 +23,7 @@ jobs:
2323
uses: membraneframework/membrane_actions/.github/workflows/hex-publish.yml@main
2424
secrets:
2525
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
26+
27+
gh_release:
28+
needs: [hex_publish]
29+
uses: membraneframework/membrane_actions/.github/workflows/github-release.yml@main

0 commit comments

Comments
 (0)