From 057083f83991c0bd7c39aac44612dd3416fc447c Mon Sep 17 00:00:00 2001 From: Victor Hugo Barros Date: Mon, 29 Oct 2018 23:49:48 -0700 Subject: [PATCH] Updating .cirrus.yml --- .cirrus.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 3edd29f..2ba87e7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -15,7 +15,7 @@ task: depends_on: - macOS - Linux - only_if: $CIRRUS_BRANCH == 'master' + only_if: $CIRRUS_TAG =~ '\d+\.\d+\.\d+' osx_instance: image: high-sierra-xcode-10.0 environment: @@ -24,4 +24,5 @@ task: netrc_line1_script: echo "machine trunk.cocoapods.org" >> ~/.netrc netrc_line2_script: echo " login hey.zooi@gmail.com" >> ~/.netrc netrc_line3_script: echo " password $COCOAPODS_PASSWORD" >> ~/.netrc + chmod_netrc_script: chmod 600 ~/.netrc pod_trunk_push_script: pod trunk push