Skip to content

Commit

Permalink
fix: duplicate gem push
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslima-cw committed Sep 3, 2024
1 parent b9f2b57 commit 6f199b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ Rake::TestTask.new do |t|
t.libs << 'test'
end

task release: :build do
system "gem push pkg/tdes-#{Tdes::VERSION}.gem"
end
task release: :build

desc 'Check if the compiled shared library exists'
task :check_compile do
Expand Down

0 comments on commit 6f199b3

Please # to comment.