Skip to content

Commit b84c078

Browse files
committed
Add fetch-depth option to actions/checkout step
1 parent b1ebdfb commit b84c078

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
contents: write
1313
steps:
1414
- uses: actions/checkout@v4
15+
with:
16+
fetch-depth: 0
1517
- uses: actions/setup-node@v4
1618
with:
1719
node-version: 18

0 commit comments

Comments
 (0)