Skip to content

Commit 7bbe9cf

Browse files
committed
Run rake task with bundler
1 parent e272641 commit 7bbe9cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Build gem
2525
id: build
26-
run: rake build
26+
run: bundle exec rake build
2727

2828
- name: Capture package name
2929
id: package_name

0 commit comments

Comments
 (0)