Skip to content

Commit

Permalink
attempting to fix releases, has been broken since moving to 2FA
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Nov 7, 2018
1 parent 4b407b8 commit d0fe3c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ before_deploy:
deploy:
provider: releases
file_glob: true
api_key: $GITHUB_TOKEN
api_key:
secure: HQCPUQJD8RmYYTzLmHW81mIS/veji+Kxkml23ik/lFx8pREOhJZi8NnI6asjvyQyHvNb2S8jwMxIJWF/IAoJp9dGEbV62hHPuEIHdl8Jhhwr4mbr0MVwsma7rjEFhnRchXkWHuUGDfv3jbp8BmRYg85cqZC8/WfNoJ0m8i24kz8=
file: "dist/*"
skip_cleanup: true
on:
Expand Down

0 comments on commit d0fe3c6

Please sign in to comment.