Skip to content

refactor: use luxfi/crypto/kzg4844 instead of geth/crypto/kzg4844 #122

refactor: use luxfi/crypto/kzg4844 instead of geth/crypto/kzg4844

refactor: use luxfi/crypto/kzg4844 instead of geth/crypto/kzg4844 #122

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
secrets: inherit