Skip to content

Commit 6d1d39b

Browse files
committed
wip: fetch v5*
1 parent 347d5ee commit 6d1d39b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
- uses: actions/checkout@v3
3737
with:
3838
submodules: true
39-
- run: cd rails && git fetch --depth=1 origin refs/tags/v7*:refs/tags/v7* refs/tags/v6*:refs/tags/v6*
39+
- name: fetch Rails tags
40+
run: cd rails && git fetch --depth=1 origin refs/tags/v7*:refs/tags/v7* refs/tags/v6*:refs/tags/v6* refs/tags/v5*:refs/tags/v5*
4041
- uses: ruby/setup-ruby@v1
4142
with:
4243
ruby-version: 2.7

0 commit comments

Comments
 (0)