Skip to content

Commit b70aca1

Browse files
committed
change order
1 parent 97124ff commit b70aca1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
with:
1717
ruby-version: 2.7.1
1818

19-
- name: Install Ruby Dependencies
20-
run: bundle install
21-
2219
- name: Build Gem
2320
run: gem build -o patch_ruby.gem patch_ruby.gemspec
2421

22+
- name: Install Ruby Dependencies
23+
run: bundle install
24+
2525
- name: Run RSpec
2626
env:
2727
SANDBOX_API_KEY: ${{ secrets.SANDBOX_API_KEY }}

0 commit comments

Comments
 (0)