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

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Zeug committed Jan 11, 2017
1 parent 73de5b8 commit 85b652f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ gulp.task('release-dist', ['build-dist'], (done) => {
});

gulp.task('upload-binaries', (cb) => {
// token must be set using travis' ENVs
const GITHUB_TOKEN = process.env.GITHUB_TOKEN;

// query github releases
Expand Down

0 comments on commit 85b652f

Please sign in to comment.