Skip to content

Commit

Permalink
fix(ci): workflow for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ProGM committed Jan 18, 2024
1 parent 27f9cde commit eb3f530
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Ruby 3.0
uses: actions/setup-ruby@v1
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.x
ruby-version: '3.2.1'

- name: Publish to GPR
run: |
Expand Down

0 comments on commit eb3f530

Please sign in to comment.