Skip to content

Commit 347d5ee

Browse files
committed
wip: fetch specific tags
1 parent cb50ae2 commit 347d5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v3
3737
with:
3838
submodules: true
39-
- run: cd rails && git fetch --depth=1 origin +refs/tags/*:refs/tags/*
39+
- run: cd rails && git fetch --depth=1 origin refs/tags/v7*:refs/tags/v7* refs/tags/v6*:refs/tags/v6*
4040
- uses: ruby/setup-ruby@v1
4141
with:
4242
ruby-version: 2.7

0 commit comments

Comments
 (0)