There was an error while loading. Please reload this page.
2 parents 2013cea + 90468cc commit 616f30aCopy full SHA for 616f30a
1 file changed
.github/workflows/release.yml
@@ -21,3 +21,7 @@ jobs:
21
uses: membraneframework/membrane_actions/.github/workflows/hex-publish.yml@main
22
secrets:
23
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