Skip to content

Commit 90b8568

Browse files
committed
WIP fetch v8 tags
1 parent 04cb072 commit 90b8568

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
submodules: true
2929
- name: fetch Rails tags
30-
run: cd rails && git fetch --depth=1 origin refs/tags/v7*:refs/tags/v7*
30+
run: cd rails && git fetch --depth=1 origin refs/tags/v8*:refs/tags/v8*
3131
- uses: ruby/setup-ruby@v1
3232
with:
3333
ruby-version: 3.3
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
submodules: true
4747
- name: fetch Rails tags
48-
run: cd rails && git fetch --depth=1 origin refs/tags/v7*:refs/tags/v7*
48+
run: cd rails && git fetch --depth=1 origin refs/tags/v8*:refs/tags/v8*
4949
- uses: ruby/setup-ruby@v1
5050
with:
5151
ruby-version: 3.3
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
submodules: true
6363
- name: fetch Rails tags
64-
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*
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*
6565
- uses: ruby/setup-ruby@v1
6666
with:
6767
ruby-version: 2.7

0 commit comments

Comments
 (0)