Skip to content

Merge pull request #63 from Consensys/dependabot/npm_and_yarn/http-pr… #140

Merge pull request #63 from Consensys/dependabot/npm_and_yarn/http-pr…

Merge pull request #63 from Consensys/dependabot/npm_and_yarn/http-pr… #140

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:0a0fb432dd5488d323d123a5a957e6a985e2de73) : 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