Skip to content

Commit

Permalink
ci: attempt to fix ci publish bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yasserf committed Feb 21, 2020
1 parent f448f80 commit 68d884d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ before_deploy:
deploy:
- provider: releases
skip_cleanup: true
edge: true
api_key: ${GITHUB_TOKEN}
file_glob: true
skip_cleanup: true
Expand All @@ -80,6 +81,7 @@ deploy:
- provider: npm
email: "info@deepstream.io"
api_key: ${NPM_TOKEN}
edge: true
skip_cleanup: true
on:
tags: true
Expand Down

0 comments on commit 68d884d

Please sign in to comment.