Skip to content

Commit

Permalink
No need to build gems twice in the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Jul 31, 2024
1 parent 9396dec commit 60d8d81
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,5 @@ jobs:
bundler-cache: true
ruby-version: ruby
- uses: rubygems/[email protected]
# build gems
- run: bundle exec rake pkg
# push gems
# build and push gems
- run: bundle exec rake release

0 comments on commit 60d8d81

Please sign in to comment.