Skip to content

Commit

Permalink
set electron release onTag only
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyue92tree committed Oct 16, 2020
1 parent b103086 commit 141cb06
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 @@ -42,4 +42,5 @@ before_cache:

branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"
- develop
- master
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"electron:release": "vue-cli-service electron:build --publish always",
"electron:release": "vue-cli-service electron:build --publish onTag",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
Expand Down

0 comments on commit 141cb06

Please sign in to comment.