Skip to content

Commit 388bfd4

Browse files
committed
ci(release): allow checkout to fetch 100 commits
1 parent b210b3a commit 388bfd4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ jobs:
9595
steps:
9696
- name: Checkout
9797
uses: actions/checkout@v2
98+
with:
99+
fetch-depth: 100
98100

99101
- name: Build Changelog
100102
id: github_release_build

0 commit comments

Comments
 (0)