We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce6751f commit ecba55fCopy full SHA for ecba55f
1 file changed
.github/workflows/publish.yml
@@ -32,6 +32,9 @@ jobs:
32
with:
33
ruby-version: 3.4.3
34
35
+ - name: Build Gem
36
+ run: gem build -o patch_ruby.gem patch_ruby.gemspec
37
+
38
- name: Install Ruby Dependencies
39
run: bundle install
40
0 commit comments