refactor: use luxfi/crypto/kzg4844 instead of geth/crypto/kzg4844 #122
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Release | |
| on: | |
| push: | |
| tags: | |
| - "*" | |
| jobs: | |
| test: | |
| uses: ./.github/workflows/tests.yml | |
| release: | |
| needs: [test] | |
| uses: ./.github/workflows/release-binaries.yml | |
| secrets: inherit |