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 90b8568 commit 42c09edCopy full SHA for 42c09ed
.github/workflows/ci.yml
@@ -61,7 +61,12 @@ jobs:
61
with:
62
submodules: true
63
- name: fetch Rails tags
64
- run: cd rails && git fetch --depth=1 origin refs/tags/v8*:refs/tags/v8* refs/tags/v6*:refs/tags/v6* refs/tags/v5*:refs/tags/v5*
+ run: |
65
+ cd rails && git fetch --depth=2 origin \
66
+ refs/tags/v8*:refs/tags/v8* \
67
+ refs/tags/v8*:refs/tags/v7* \
68
+ refs/tags/v6*:refs/tags/v6* \
69
+ refs/tags/v5.2*:refs/tags/v5.2*
70
- uses: ruby/setup-ruby@v1
71
72
ruby-version: 2.7
0 commit comments