Skip to content

Commit

Permalink
fix rake release
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed Feb 7, 2021
1 parent afc061e commit 4c2c13d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BUILD_DIR = File.absolute_path('./.build')

namespace :release do
desc 'Create a new release on CocoaPods'
task :new => [:check_versions, 'xcode:test', :cocoapods]
task :new => [:check_versions, 'spm:test', :cocoapods]

desc 'Check if all versions from the podspecs and CHANGELOG match'
task :check_versions do
Expand Down Expand Up @@ -69,4 +69,4 @@ namespace :release do
end
end

task :default => 'xcode:test'
task :default => 'spm:test'

0 comments on commit 4c2c13d

Please sign in to comment.