Skip to content

Commit

Permalink
Fix publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Mar 7, 2023
1 parent c9d45dc commit 6e6b05e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gem-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6
- name: Set up Ruby 3.1
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
ruby-version: 3.1.x

- name: Publish to GPR
continue-on-error: true
Expand Down

0 comments on commit 6e6b05e

Please sign in to comment.