Delete pushed version tag on failed deploy

This commit is contained in:
Max Howell
2020-01-24 12:14:03 -05:00
parent b63b5746dc
commit 240d699986

View File

@@ -122,10 +122,10 @@ jobs:
- name: CocoaPods
osx_image: xcode10.2
install: |
brew install mxcl/made/swift-sh
curl -O https://raw.githubusercontent.com/mxcl/ops/master/deploy
chmod u+x deploy
env: HOMEBREW_NO_INSTALL_CLEANUP=1
install:
- brew install mxcl/made/swift-sh
- curl -O https://raw.githubusercontent.com/mxcl/ops/master/deploy
- chmod u+x deploy
before_script: ./deploy generate-podspec
script: pod trunk push
after_success: ./deploy publish-release