Skip to content

Commit

Permalink
Merge pull request #43 from collectiveidea/tweak-github-publish-action
Browse files Browse the repository at this point in the history
Tweak publish action to only build and push
  • Loading branch information
darronschall authored May 29, 2024
2 parents f9d6d9f + df8bb61 commit e9e2b69
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ jobs:
bundler-cache: true
ruby-version: ruby

# Release
- uses: rubygems/release-gem@v1
- name: Configure trusted publishing credentials
uses: rubygems/configure-rubygems-credentials@v1.0.0

- name: Build and Release to RubyGems
run: bundle exec rake build release:rubygem_push

0 comments on commit e9e2b69

Please sign in to comment.