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 821d2ed commit f0df6dfCopy full SHA for f0df6df
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
submodules: true
41
- name: fetch Rails tags
42
- 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*
+ 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*
43
- uses: ruby/setup-ruby@v1
44
45
ruby-version: 2.7
0 commit comments