Skip to content

Commit

Permalink
ci: fetch refs/tags/v7
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Oct 10, 2023
1 parent 3612bb6 commit 5a4f1bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- name: fetch Rails tags
run: cd rails && git fetch --depth=1 origin refs/tags/v7*:refs/tags/v7*
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
Expand Down

0 comments on commit 5a4f1bb

Please sign in to comment.