Skip to content

Commit 42c09ed

Browse files
committed
ci: fixup
1 parent 90b8568 commit 42c09ed

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,12 @@ jobs:
6161
with:
6262
submodules: true
6363
- name: fetch Rails tags
64-
run: cd rails && git fetch --depth=1 origin refs/tags/v8*:refs/tags/v8* refs/tags/v6*:refs/tags/v6* refs/tags/v5*:refs/tags/v5*
64+
run: |
65+
cd rails && git fetch --depth=2 origin \
66+
refs/tags/v8*:refs/tags/v8* \
67+
refs/tags/v8*:refs/tags/v7* \
68+
refs/tags/v6*:refs/tags/v6* \
69+
refs/tags/v5.2*:refs/tags/v5.2*
6570
- uses: ruby/setup-ruby@v1
6671
with:
6772
ruby-version: 2.7

0 commit comments

Comments
 (0)