Skip to content

Commit c99efd6

Browse files
committed
set depth to 0
1 parent cc7906c commit c99efd6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/changesets.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
steps:
1313
- name: Checkout Repo
1414
uses: actions/checkout@v2
15+
with:
16+
## fetch all history for all branches and tags, so we can compare with master
17+
fetch-depth: 0
1518

1619
- name: Show branches
1720
run: git branch

0 commit comments

Comments
 (0)