Skip to content

Workflow file for this run

name: 'Create Release'
on:
release:
types: [ published ]
jobs:
run_tests:
name: 'Run Tests'
uses: ./.github/workflows/test.yaml

Check failure on line 10 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yaml" -> "./.github/workflows/test.yaml" (source tag with sha:379c0a9f25ee498164f35652f2832d05cb1bbbad) : workflow is not reusable as it is missing a `on.workflow_call` trigger
build_container_image:
name: 'Build Image'
needs: [ run_tests ]
uses: ./.github/workflows/build-image.yaml
with:
image_name: the-manifest-game