Skip to content

Commit 1bb0ac8

Browse files
committed
ci: Fetch Rails v8 tags
1 parent c4c8310 commit 1bb0ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
submodules: true
3939
- name: fetch Rails tags
40-
run: cd rails && git fetch --depth=1 origin refs/tags/v7*:refs/tags/v7*
40+
run: cd rails && git fetch --depth=1 origin refs/tags/v8*:refs/tags/v8*
4141
- uses: ruby/setup-ruby@v1
4242
with:
4343
ruby-version: 3.3

0 commit comments

Comments
 (0)