Skip to content

Commit

Permalink
update build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-H committed Aug 22, 2024
1 parent cfed997 commit 1ade2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
ruby-version: jruby
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- run: jruby -S bundle exec rake build cache_store_redis.gemspec
- run: jruby -S gem build cache_store_redis.gemspec

- name: Publish to RubyGems
run: |
Expand Down

0 comments on commit 1ade2c9

Please sign in to comment.