Skip to content

Refactor CI

Refactor CI #123

Workflow file for this run

name: Release
on:
release:
types: [created]
jobs:
ci:
name: CI Checks
uses: ./.github/workflows/ci.yaml
docs:
name: Docs
uses: ./.github/workflows/deploy-docs.yaml
release:
name: Release
uses: ./github/workflows/release-common.yaml

Check failure on line 14 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

invalid value workflow reference: no version specified
needs: ci
secrets: inherit