Skip to content

Merge pull request #62 from Consensys/update-lang #137

Merge pull request #62 from Consensys/update-lang

Merge pull request #62 from Consensys/update-lang #137

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:0994c328990d4285f65027e653c8dd93b2a0f341) : 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