Skip to content

evm: fix 0x9999 dispatch consensus-divergence on replay path + harden… #220

evm: fix 0x9999 dispatch consensus-divergence on replay path + harden…

evm: fix 0x9999 dispatch consensus-divergence on replay path + harden… #220

Workflow file for this run

name: Release
on:
push:
tags:
- "*"
jobs:
test:
uses: ./.github/workflows/tests.yml
release:
needs: [test]
uses: ./.github/workflows/release-binaries.yml

Check failure on line 14 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release.yml" -> "./.github/workflows/release-binaries.yml" (source tag with sha:1886af512df4203f7342d928a8b8c79b50879b24) : workflow is not reusable as it is missing a `on.workflow_call` trigger
secrets: inherit