diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 710add5..c2fd602 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,8 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + fetch-depth: 0 + fetch-tags: true - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1