We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 412e2c4 + 62ac9c4 commit b4db085Copy full SHA for b4db085
1 file changed
.github/workflows/release.yml
@@ -35,3 +35,7 @@ jobs:
35
uses: membraneframework/membrane_actions/.github/workflows/hex-publish.yml@main
36
secrets:
37
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
38
+
39
+ gh_release:
40
+ needs: [hex_publish]
41
+ uses: membraneframework/membrane_actions/.github/workflows/github-release.yml@main
0 commit comments