Skip to content

Release Dry-run

Release Dry-run #22

Workflow file for this run

name: "Release Dry-run"
on:
workflow_dispatch:
jobs:
generate:
uses: ./.github/workflows/generate.yml

Check failure on line 8 in .github/workflows/dry-run.yml

View workflow run for this annotation

GitHub Actions / Release Dry-run

Invalid workflow file

error parsing called workflow ".github/workflows/dry-run.yml" -> "./.github/workflows/generate.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
publish-dry-run:
needs: [generate]
uses: ./.github/workflows/publish-all.yml
secrets: inherit
with:
mode: "dry-run"