Skip to content

Commit bac8b44

Browse files
committed
ci: fetch refs/tags/v7
1 parent e55adf1 commit bac8b44

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
@@ -22,6 +22,8 @@ jobs:
2222
- uses: actions/checkout@v4
2323
with:
2424
submodules: true
25+
- name: fetch Rails tags
26+
run: cd rails && git fetch --depth=1 origin refs/tags/v7*:refs/tags/v7*
2527
- uses: ruby/setup-ruby@v1
2628
with:
2729
ruby-version: 3.2

0 commit comments

Comments
 (0)