Archived
1
0

Package only on darwin

This commit is contained in:
Kyle Carberry 2019-04-26 10:51:38 -05:00 committed by GitHub
parent d0142e2536
commit e332882a88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ before_deploy:
- git config --local user.name "$USER_NAME" - git config --local user.name "$USER_NAME"
- git config --local user.email "$USER_EMAIL" - git config --local user.email "$USER_EMAIL"
- git tag "$VERSION" "$TRAVIS_COMMIT" - git tag "$VERSION" "$TRAVIS_COMMIT"
- yarn task package "$VERSION" - if [[ “$TRAVIS_OS_NAME” == “osx” ]]; then yarn task package $VERSION; fi
deploy: deploy:
provider: releases provider: releases
file_glob: true file_glob: true