Skip to content

Commit 13c376a

Browse files
committed
fix: some stupid bug in actions/checkout?
1 parent abea206 commit 13c376a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:
17+
fetch-depth: 0
1718
fetch-tags: true
1819

1920
- name: Set up Node.js

0 commit comments

Comments
 (0)