From e74cc632713651b5c037185549ff84abe65560fa Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 13 Feb 2019 15:27:06 -0500 Subject: [PATCH] [ci skip] Fix publish release command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fa167c6..56cde2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -80,4 +80,4 @@ jobs: install: brew install mxcl/made/swift-sh before_script: .github/deploy generate-podspec script: pod trunk push - after_success: .github/deploy post-release + after_success: .github/deploy publish-release