Skip to content

remove pragma from source file (#122) #4

remove pragma from source file (#122)

remove pragma from source file (#122) #4

Workflow file for this run

name: Release
on:
push:
tags:
- "v*"
workflow_dispatch:
jobs:
build_test:
uses: membraneframework/membrane_actions/.github/workflows/build-test.yml@main
lint:
uses: membraneframework/membrane_actions/.github/workflows/lint.yml@main
test:
uses: membraneframework/membrane_actions/.github/workflows/test.yml@main
hex_publish:
needs: [build_test, lint, test]
uses: membraneframework/membrane_actions/.github/workflows/hex-publish.yml@main
secrets:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
gh_release:
needs: [hex_publish]
uses: membraneframework/membrane_actions/.github/workflows/github-release.yml@main