Skip to content

Commit

Permalink
Update env var in travis.yml (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Puczyński authored Sep 16, 2019
1 parent 1d6dd26 commit 39eeca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ script:

deploy:
provider: releases
api_key: $GITHUB_TOKEN
api_key: $GH_TOKEN
file:
- api-converter.darwin.amd64
- api-converter.linux.amd64
- api-converter.windows.amd64.exe
skip_cleanup: true
on:
tags: true
tags: true

0 comments on commit 39eeca5

Please sign in to comment.