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 4b63796 commit 304ced2Copy full SHA for 304ced2
.github/workflows/ci.yml
@@ -62,8 +62,8 @@ jobs:
62
- name: fetch Rails tags
63
working-directory: rails
64
run: |
65
- for version in $(echo "${{ matrix.build-rails-versions }}" | tr ',' ' ');; do
66
- git fetch --depth=1 origin refs/tags/${version}*:refs/tags/${version}*
+ for version in $(echo "${{ matrix.build-rails-versions }}" | tr ',' ' '); do
+ git fetch --depth=1 origin refs/tags/v${version}*:refs/tags/v${version}*
67
done
68
- uses: ruby/setup-ruby@v1
69
with:
0 commit comments