Skip to content

Commit

Permalink
Deploy 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
g-amichnia committed Jan 22, 2021
1 parent a2c9e17 commit 461d2e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 461d2e6

Please sign in to comment.