Skip to content

Release

Release #41

Workflow file for this run

name: Release
on:
release:
types: [created]
jobs:
ci:
name: CI
uses: ./.github/workflows/ci.yaml

Check failure on line 8 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/ci.yaml" (source tag with sha:ab874a9b74f7c079ee5f7070b856e2f91aa4832f) : every step must define a `uses` or `run` key
docs:
name: Docs
uses: zen-fs/core/.github/workflows/deploy-docs.yaml@main
needs: ci
release:
name: Release
uses: zen-fs/core/.github/workflows/release-common.yaml@main
needs: ci
secrets: inherit