Skip to content

Commit

Permalink
feat: update publish_gem
Browse files Browse the repository at this point in the history
  • Loading branch information
dinomh authored Mar 12, 2024
1 parent 20a5e3a commit 12186cc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: 3.0

- name: Install Bundler
run: gem install bundler -v 2.4.22

- name: Install dependencies
run: bundle _2.4.22_ install

- name: Release Gem
if: contains(github.ref, 'refs/tags/v')
uses: cadwallion/publish-rubygems-action@master
Expand Down

0 comments on commit 12186cc

Please sign in to comment.