Skip to content

Commit 9af03e5

Browse files
author
Achaad
committed
fix: fix incorrect checkout depth
1 parent efda9f7 commit 9af03e5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4
19+
with:
20+
fetch-depth: 0
21+
1922

2023
- name: Setup Node.js
2124
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)