Skip to content

Commit

Permalink
Only deb for first alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
akovalyov committed Nov 16, 2015
1 parent 555b490 commit 9c31b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/publish.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env = require 'node-env-file'

env(__dirname + '/../.env')
# Upload every file in ./dist to GitHub
gulp.task 'publish:github', ['pack:linux32:deb', 'pack:linux64:deb', 'pack:linux32:rpm', 'pack:linux64:rpm'], ->
gulp.task 'publish:github', ['pack:linux32:deb', 'pack:linux64:deb'], ->
if not process.env.GITHUB_TOKEN
return console.warn 'GITHUB_TOKEN env var not set.'

Expand Down

0 comments on commit 9c31b48

Please sign in to comment.