Skip to content

Commit

Permalink
chore: fix prepare-release ci (#2624)
Browse files Browse the repository at this point in the history
  • Loading branch information
The-personified-devil authored Jan 15, 2025
1 parent c1104c9 commit 1db05ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ needs.prepare_release.outputs.release_ref }}
submodules: true

- uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -116,6 +117,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ needs.prepare_release.outputs.release_ref }}
submodules: true

- uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -166,6 +168,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ needs.prepare_release.outputs.release_ref }}
submodules: true

- name: Build and install dependencies
env:
Expand Down Expand Up @@ -198,6 +201,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ needs.prepare_release.outputs.release_ref }}
submodules: true

- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 1db05ef

Please sign in to comment.