Skip to content

Commit

Permalink
Don't push to rubygems.org by "rake release"
Browse files Browse the repository at this point in the history
We'll push to rubygems.org by CI.
  • Loading branch information
kou committed Nov 21, 2024
1 parent 0b936fa commit eae1483
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@ desc "Run tests"
task :test do
ruby("test/run-test.rb")
end

release_task = Rake.application["release"]
# We use Trusted Publishing.
release_task.prerequisites.delete("release:rubygem_push")

0 comments on commit eae1483

Please sign in to comment.