Skip to content

Merge pull request #95 from Consensys/agent-readiness #156

Merge pull request #95 from Consensys/agent-readiness

Merge pull request #95 from Consensys/agent-readiness #156

Workflow file for this run

---
name: Release
on:
push:
branches:
- main
workflow_dispatch:
jobs:
lint:
uses: ./.github/workflows/lint.yml

Check failure on line 12 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/lint.yml" (source branch with sha:c4038cf8659c979b3ed4ad4d79ae59770bb099a6) : workflow is not reusable as it is missing a `on.workflow_call` trigger
case:
uses: ./.github/workflows/case.yml
build:
needs: [lint, case]
uses: ./.github/workflows/build.yml
release:
needs: build
name: Create Release
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Release
uses: Consensys/github-actions/docs-release@7256f3d39c7bb71ec4ca9fc6078991302d4c8650
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SEMANTIC_RELEASE: true