Skip to content

Commit

Permalink
hotfix: specify ruby version for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
JensRavens committed Oct 23, 2024
1 parent 250ea63 commit 89ee9d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
- run: sed -i "s/0.0.1/$(echo $GITHUB_REF_NAME | cut -c 2-)/" lib/shimmer/version.rb
- name: Publish gem
uses: dawidd6/action-publish-gem@v1
Expand Down

0 comments on commit 89ee9d3

Please sign in to comment.