Skip to content

Commit

Permalink
ci: generate binding with alloy option
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenctw committed Aug 18, 2024
1 parent 7f27379 commit d83527a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit d83527a

Please sign in to comment.