Skip to content

Merge pull request #61 from Consensys/60-fix-link #141

Merge pull request #61 from Consensys/60-fix-link

Merge pull request #61 from Consensys/60-fix-link #141

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:5ec6fce4ca1290954e5c9d2f16bb76b7c2a7ca87) : 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@v3
- name: Release
uses: Consensys/docs-gha/release@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SEMANTIC_RELEASE: true