Skip to content

Commit 8f0f565

Browse files
committed
Use fetch depth 2 to allow for comparison of changes in ll pkg
1 parent 07f3535 commit 8f0f565

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/prerelease-lib.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v4
25+
with:
26+
fetch-depth: 2
2527

2628
# Check for changes in ./packages/litlytics
2729
- name: Check if changed

.github/workflows/release-lib.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v4
25+
with:
26+
fetch-depth: 2
2527

2628
# Check for changes in ./packages/litlytics
2729
- name: Check if changed

0 commit comments

Comments
 (0)