We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d329a6 + 3802ffb commit 800d259Copy full SHA for 800d259
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