Skip to content

Commit cefaabd

Browse files
Restore fetch depth
1 parent 0795f9d commit cefaabd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
steps:
1818
- name: Checkout repository
1919
uses: actions/checkout@v4
20+
with:
21+
# This is needed to get the number of commits in the current branch
22+
fetch-depth: 0
2023

2124
- name: Install pnpm
2225
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)