From 461d2e6d5044c116a756b4ea18b4e92ba48414f1 Mon Sep 17 00:00:00 2001 From: Andrzej Michnia Date: Fri, 22 Jan 2021 19:28:25 +0100 Subject: [PATCH] Deploy 4.0.3 --- Rakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 08bad221..1893e0d5 100644 --- a/Rakefile +++ b/Rakefile @@ -115,7 +115,8 @@ task :deploy do sh("git commit -m \"Deploy #{version}\"") sh("git push") sh("git tag #{version} && git push --tags") - sh("pod trunk push") + sh("pod trunk push ./SwiftyMocky.podspec") + sh("pod trunk push ./SwiftyPrototype.podspec") else print("Missing version!\n") exit(1)