Skip to content

Commit

Permalink
add ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
tsusdere authored Jan 2, 2024
1 parent f3ee583 commit bb1d50e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
uses: actions/checkout@v3
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
- name: Build gem
run: |
gem build github-pages.gemspec
Expand Down

0 comments on commit bb1d50e

Please sign in to comment.