We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347d5ee commit 6d1d39bCopy full SHA for 6d1d39b
.github/workflows/ci.yml
@@ -36,7 +36,8 @@ jobs:
36
- uses: actions/checkout@v3
37
with:
38
submodules: true
39
- - run: cd rails && git fetch --depth=1 origin refs/tags/v7*:refs/tags/v7* refs/tags/v6*:refs/tags/v6*
+ - name: fetch Rails tags
40
+ 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*
41
- uses: ruby/setup-ruby@v1
42
43
ruby-version: 2.7
0 commit comments