Skip to content

Commit 51f12f6

Browse files
authored
Merge pull request #16 from patch-technology/ta/fix-publish
fix publish script
2 parents 1b05bc9 + b70aca1 commit 51f12f6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ jobs:
1919
- name: Build Gem
2020
run: gem build -o patch_ruby.gem patch_ruby.gemspec
2121

22+
- name: Install Ruby Dependencies
23+
run: bundle install
24+
2225
- name: Run RSpec
2326
env:
24-
PATCH_RUBY_API_KEY: ${{ secrets.SANDBOX_API_KEY }}
27+
SANDBOX_API_KEY: ${{ secrets.SANDBOX_API_KEY }}
2528
run: bundle exec rspec
2629

2730
- name: Push to RubyGems

0 commit comments

Comments
 (0)