Skip to content

Commit

Permalink
Update gem-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrods authored Mar 21, 2024
1 parent 58b91ef commit 0a7fac1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
packages: write

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 3.2
uses: actions/setup-ruby@v1
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.x
ruby-version: '3.2'
bundler-cache: true

# - name: Publish to GPR
# run: |
Expand Down

0 comments on commit 0a7fac1

Please sign in to comment.