Skip to content

Commit

Permalink
CI: Keep publish.yml up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored Sep 23, 2024
1 parent fd10ad8 commit 60ca92f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.x
ruby-version: 2.6

- name: Publish to RubyGems
run: |
Expand Down

0 comments on commit 60ca92f

Please sign in to comment.