Skip to content

Commit 61d1728

Browse files
committed
fetch rails tags: v5.*, v6.* and v7.*
1 parent 1646dc6 commit 61d1728

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
- uses: actions/checkout@v3
3737
with:
3838
submodules: true
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*
3941
- uses: ruby/setup-ruby@v1
4042
with:
4143
ruby-version: 2.7

0 commit comments

Comments
 (0)