We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97124ff commit b70aca1Copy full SHA for b70aca1
1 file changed
.github/workflows/publish.yml
@@ -16,12 +16,12 @@ jobs:
16
with:
17
ruby-version: 2.7.1
18
19
- - name: Install Ruby Dependencies
20
- run: bundle install
21
-
22
- name: Build Gem
23
run: gem build -o patch_ruby.gem patch_ruby.gemspec
24
+ - name: Install Ruby Dependencies
+ run: bundle install
+
25
- name: Run RSpec
26
env:
27
SANDBOX_API_KEY: ${{ secrets.SANDBOX_API_KEY }}
0 commit comments