Skip to content

Release & Build

Release & Build #1

Workflow file for this run

---
name: Release & Build
on:
workflow_dispatch:
jobs:
semantic:
uses: nemental/.github/.github/workflows/release.yml@main
docker:
uses: nemental/.github/.github/workflows/build.yml@main

Check failure on line 12 in .github/workflows/release-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-build.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release-build.yml" -> "nemental/.github/.github/workflows/build.yml@main" (source branch with sha:6570fd09323e0c1b3810fbbf349279a13ba9e84b) : `docker` is not a valid event name
needs: semantic
with:
version: ${{ needs.semantic.outputs.version }}