Skip to content

Commit 180aa7b

Browse files
committed
Make sure we check out all enough history for gemspec.
1 parent 822ce45 commit 180aa7b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,15 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v4
21+
with:
22+
fetch-depth: 0
23+
fetch-tags: true
24+
2125
- name: Set up Ruby
2226
uses: ruby/setup-ruby@v1
2327
with:
2428
ruby-version: ${{ matrix.ruby }}
2529
bundler-cache: true
30+
2631
- name: Run the default task
2732
run: bundle exec rake

0 commit comments

Comments
 (0)