Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
Fix: Re-introduced --publish=onTagOrDraft flag, missing for the relea…
Browse files Browse the repository at this point in the history
…se management.
  • Loading branch information
martinheidegger committed Nov 9, 2018
1 parent a994218 commit ffff3d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:
- npm run build:prod
deploy:
provider: script
script: npm run dist
script: npm run dist:publish
on:
branch: master
skip_cleanup: true
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"dist": "npm run build:prod && npm run dist:os",
"dist:os": "build --x64 --ia32",
"dist:all": "npm run dist:os -- --linux --mac --win",
"dist:publish": "npm run dist -- --publish onTagOrDraft"
},
"standard": {
"ignore": [
Expand Down

0 comments on commit ffff3d6

Please # to comment.