Skip to content

Commit 4100585

Browse files
committed
ci: Fetch v8 tags
1 parent 04cb072 commit 4100585

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/ci.yml

Lines changed: 8 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,12 @@ 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: |
65+
cd rails && git fetch --depth=1 origin \
66+
refs/tags/v8*:refs/tags/v8* \
67+
refs/tags/v7*: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)