From 9025840423b0ef4dab732c964fc5d4084f93d21c Mon Sep 17 00:00:00 2001 From: Aziz Hasanain Date: Fri, 5 Feb 2021 15:54:30 +0300 Subject: [PATCH] Release v0.2.6 (pls work im losing it) --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 617069c..b433a52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,11 @@ script: security unlock-keychain -p travis $KEYCHAIN; security import $CERTIFICATE_P12 -k $KEYCHAIN -P $MACOS_CERT_PASSWORD -T /usr/bin/codesign 2>&1 >/dev/null; rm $CERTIFICATE_P12; + security set-key-partition-list -S apple-tool:,apple: -s -k travis $KEYCHAIN yarn run publish before_cache: - rm -rf $HOME/.cache/electron-builder/wine - \ No newline at end of file + +branches: + except: + - "/^v\\d+\\.\\d+\\.\\d+$/" \ No newline at end of file