Skip to content

Commit

Permalink
fix: release test
Browse files Browse the repository at this point in the history
  • Loading branch information
Markkop committed Apr 23, 2020
1 parent c33d787 commit b3ab037
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ script:
branches:
except: /^untagged/
only: 'fix/release'

deploy:
provider: releases
Expand All @@ -55,3 +54,5 @@ deploy:
- 'dist/*.exe'
overwrite: true
skip_cleanup: true
on:
branch: fix/release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yt-dlandcut",
"version": "2.0.1",
"version": "2.0.2",
"description": "Download and Cut an Youtube video by its starting and ending times",
"repository": "github:markkop/yt-dlandcut",
"main": "build/electron/main.js",
Expand Down

0 comments on commit b3ab037

Please sign in to comment.