Skip to content

Commit

Permalink
fix travis warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
campersau committed Oct 21, 2020
1 parent c1123a5 commit 0f0f7d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ before_deploy:
- npm run electronzip
deploy:
provider: releases
api_key: ${GITHUB_TOKEN}
token: ${GITHUB_TOKEN}
name: ${TRAVIS_TAG}
file_glob: true
file: dist/*.zip
overwrite: true
skip_cleanup: true
body: "[Changelog](https://github.com/FredrikNoren/ungit/blob/master/CHANGELOG.md#${TRAVIS_TAG//[v\\.]})"
release_notes: "[Changelog](https://github.com/FredrikNoren/ungit/blob/master/CHANGELOG.md#${TRAVIS_TAG//[v\\.]})"
on:
tags: true
condition: $TRAVIS_OS_NAME = "linux" && $TRAVIS_NODE_VERSION = "10"

0 comments on commit 0f0f7d8

Please sign in to comment.