Skip to content

Commit ecba55f

Browse files
committed
Re-add the step to build the gem
1 parent ce6751f commit ecba55f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
with:
3333
ruby-version: 3.4.3
3434

35+
- name: Build Gem
36+
run: gem build -o patch_ruby.gem patch_ruby.gemspec
37+
3538
- name: Install Ruby Dependencies
3639
run: bundle install
3740

0 commit comments

Comments
 (0)