Skip to content

Merge pull request #54 from Consensys/fix1 #133

Merge pull request #54 from Consensys/fix1

Merge pull request #54 from Consensys/fix1 #133

Workflow file for this run

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

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

error parsing called workflow ".github/workflows/release.yaml" -> "./.github/workflows/case.yml" (source branch with sha:64f9d32cae32d57999e57a4f76b6a360b23cb9ec) : workflow is not reusable as it is missing a `on.workflow_call` trigger
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