Skip to content

Commit

Permalink
Change checkout to also fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekwegr committed Apr 10, 2024
1 parent c65371c commit 5bf9a5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/big-tests
with:
otp: ${{matrix.otp}}
Expand Down

0 comments on commit 5bf9a5c

Please sign in to comment.