From cf707c5135f6cd0e802f6682d724a87ff9eaf56f Mon Sep 17 00:00:00 2001 From: Stephen <20940639+stephenctw@users.noreply.github.com> Date: Sat, 17 Aug 2024 22:22:08 +0800 Subject: [PATCH] ci: generate binding with `alloy` option --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a036add..cc9b1b22 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,8 @@ jobs: run: | forge bind \ --crate-name cartesi-rollups-contracts \ - --crate-version "$VERSION" + --crate-version "$VERSION" \ + --alloy env: VERSION: ${{ needs.version_or_publish.outputs.version }}