From 1ade2c9f5e61f39cab54df7735e3432742fd9bea Mon Sep 17 00:00:00 2001 From: Karl Harris Date: Thu, 22 Aug 2024 10:49:34 +0000 Subject: [PATCH] update build step --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c8ae625..9b6b513 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: |