Skip to content

Commit

Permalink
fix(ci): fetch depth for original pull
Browse files Browse the repository at this point in the history
Signed-off-by: vados <[email protected]>
  • Loading branch information
t3hmrman committed Dec 9, 2023
1 parent 806c7fa commit 456179c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prep-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
# Checkout the full repository history
- uses: actions/checkout@v3
with:
fetch-depth: 0

# Set up caching
- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 456179c

Please sign in to comment.