Skip to content

Commit 26ff2c7

Browse files
authored
Fix Roave BC script (#1441)
1 parent 594e5a2 commit 26ff2c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v3
16+
with:
17+
fetch-depth: 0
1618

1719
- name: fetch tags
1820
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*

0 commit comments

Comments
 (0)