diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ebfb1d3b..619e81c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,6 +97,11 @@ jobs: name: anvil-zksync-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.arch }}.tar.gz path: anvil-zksync-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.arch }}.tar.gz + - name: Binaries attestation + uses: actions/attest-build-provenance@v2 + with: + subject-path: target/release/anvil-zksync + draft-release: name: draft release needs: [build, extract-version]