Skip to content

Commit

Permalink
Fix Ruby version in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
leejones committed Aug 10, 2023
1 parent 242d8a0 commit 3c7f595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# change this to (see https://github.com/ruby/setup-ruby#versioning):
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.x
ruby-version: 2.6

# - name: Publish to GitHub Package Registry
# run: |
Expand Down

0 comments on commit 3c7f595

Please sign in to comment.