Skip to content

Commit bf71519

Browse files
authored
Fetch all git commits for publishing (#118)
1 parent d1e842a commit bf71519

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
24+
with:
25+
# Fetch all
26+
fetch-depth: 0
2427
- name: Cache packages
2528
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2629
with:

0 commit comments

Comments
 (0)