Skip to content

Commit 800d259

Browse files
authored
Merge pull request #23 from membraneframework/migrate-to-github-actions
Add Github Release
2 parents 8d329a6 + 3802ffb commit 800d259

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
@@ -21,3 +21,7 @@ jobs:
2121
uses: membraneframework/membrane_actions/.github/workflows/hex-publish.yml@main
2222
secrets:
2323
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
24+
25+
gh_release:
26+
needs: [hex_publish]
27+
uses: membraneframework/membrane_actions/.github/workflows/github-release.yml@main

0 commit comments

Comments
 (0)