Skip to content

Commit fa44b4a

Browse files
committed
fix: use fetch-depth 1 for build-s3-artifacts checkout (full history not needed)
1 parent bbeadb3 commit fa44b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ jobs:
351351
uses: actions/checkout@v6
352352
with:
353353
ref: ${{ needs.version-bump.outputs.commit-hash }}
354-
fetch-depth: 0
354+
fetch-depth: 1
355355

356356
- name: Check posthog-js version
357357
id: check-version

0 commit comments

Comments
 (0)