Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
Publish Release Files
Browse files Browse the repository at this point in the history
  • Loading branch information
margau committed Jul 13, 2019
1 parent 18f80de commit 6d945da
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,16 @@ after_success:
- pkg package.json --targets node12-linux-armv7 --no-bytecode --out-path executable

deploy:
provider: npm
email: "$NPM_MAIL"
api_key: "$NPM_TOKEN"
skip_cleanup: true
on:
tags: true
repo: ShowComposer/manager
- provider: npm
email: "$NPM_MAIL"
api_key: "$NPM_TOKEN"
skip_cleanup: true
on:
tags: true
repo: ShowComposer/manager
- provider: releases
api_key: "$GITHUB_TOKEN"
file: "executable/*"
skip_cleanup: true
on:
tags: true

0 comments on commit 6d945da

Please sign in to comment.