Skip to content

ci: change path of workflows #4

ci: change path of workflows

ci: change path of workflows #4

Workflow file for this run

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

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

View workflow run for this annotation

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

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
docker:
uses: nemental/.github/.github/workflows/build/main.yml@main
needs: semantic
with:
version: ${{ needs.semantic.outputs.version }}