Skip to content

Commit e69c446

Browse files
committed
Update rake release command
1 parent 205b379 commit e69c446

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Rakefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ desc "Release all subprojects to Rubygems"
126126
task :release do
127127
RELEASE_TOGETHER.each do |project|
128128
next if project == 'elasticsearch-extensions'
129-
sh "cd #{CURRENT_PATH.join(project)} && rake release"
130-
puts '-'*80
129+
130+
sh "cd #{CURRENT_PATH.join(project)} && bundle exec rake release"
131+
puts '-' * 80
131132
end
132133
end

0 commit comments

Comments
 (0)