Skip to content

Commit 97124ff

Browse files
committed
fix publish script
1 parent 1b05bc9 commit 97124ff

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
@@ -16,12 +16,15 @@ jobs:
1616
with:
1717
ruby-version: 2.7.1
1818

19+
- name: Install Ruby Dependencies
20+
run: bundle install
21+
1922
- name: Build Gem
2023
run: gem build -o patch_ruby.gem patch_ruby.gemspec
2124

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)