Skip to content

Commit b194b12

Browse files
committed
CI: Fetch all history for all branches and tags
1 parent 09540b8 commit b194b12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/haskell-actions.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v4
20+
with:
21+
# 0 indicates all history for all branches and tags
22+
fetch-depth: 0
2023

2124
- name: Set up GHC ${{ matrix.ghc-version }}
2225
uses: haskell-actions/setup@v2

0 commit comments

Comments
 (0)