Skip to content

Commit

Permalink
Fix rakefile release in logstash-input-courier
Browse files Browse the repository at this point in the history
Remove workflow for rubygem since 2FA interactive required
  • Loading branch information
driskell committed Oct 20, 2021
1 parent 952aa4e commit 0c827cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 66 deletions.
65 changes: 0 additions & 65 deletions .github/workflows/rubygems.yml

This file was deleted.

2 changes: 1 addition & 1 deletion ruby/logstash-input-courier/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ task :install do
end

task release: [:package] do
sh "gem push pkg/log-courier-#{gemspec.version}.gem"
sh "gem push pkg/logstash-input-courier-#{gemspec.version}-java.gem"
end

task :clean do
Expand Down

0 comments on commit 0c827cc

Please sign in to comment.