Skip to content

Release & Build

Release & Build #2

Workflow file for this run

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

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

View workflow run for this annotation

GitHub Actions / Release & Build

Invalid workflow file

The workflow is not valid. In .github/workflows/release-build.yml (Line: 9, Col: 11): Error from called workflow nemental/.github/.github/workflows/release.yml@main (Line: 35, Col: 25): Unrecognized named-value: 'inouts'. Located at position 1 within expression: inouts.node_version
docker:
uses: nemental/.github/.github/workflows/build.yml@main
needs: semantic
with:
version: ${{ needs.semantic.outputs.version }}