Skip to content

Commit

Permalink
fix: release workflow (#1440)
Browse files Browse the repository at this point in the history
* fix release workflow

* remove release from pull request
  • Loading branch information
greged93 authored Oct 9, 2024
1 parent 550af45 commit 2e377d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
# Install Foundry
- name: install foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down

0 comments on commit 2e377d4

Please sign in to comment.