Skip to content

Commit

Permalink
add tags and name
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Vitas committed Aug 6, 2017
1 parent 4bb9887 commit a6bf3e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,16 @@ before_deploy:
npm run electron:build:linux;
fi
- PACKAGE_VERSION=$(node -p -e "require('./package.json').version")
- echo $PACKAGE_VERSION


deploy:
provider: releases
api_key: $GITHUB_TOKEN
release_number: $PACKAGE_VERSION
# tag_name: $PACKAGE_VERSION
# name: $PACKAGE_VERSION
# description: 'Deployed release binaries by Travis CI and AppVeyor'
tag_name: $PACKAGE_VERSION
name: $PACKAGE_VERSION
description: 'Deployed release binaries by Travis CI and AppVeyor'
skip_cleanup: true
overwrite: true
draft: false
Expand Down

0 comments on commit a6bf3e8

Please sign in to comment.