Skip to content

Commit 304ced2

Browse files
committed
fixup!
1 parent 4b63796 commit 304ced2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
- name: fetch Rails tags
6363
working-directory: rails
6464
run: |
65-
for version in $(echo "${{ matrix.build-rails-versions }}" | tr ',' ' ');; do
66-
git fetch --depth=1 origin refs/tags/${version}*:refs/tags/${version}*
65+
for version in $(echo "${{ matrix.build-rails-versions }}" | tr ',' ' '); do
66+
git fetch --depth=1 origin refs/tags/v${version}*:refs/tags/v${version}*
6767
done
6868
- uses: ruby/setup-ruby@v1
6969
with:

0 commit comments

Comments
 (0)