Skip to content

Commit

Permalink
Merge pull request #150 from bagage/fix-release-script
Browse files Browse the repository at this point in the history
Fix release script
  • Loading branch information
nrenner authored Jan 24, 2019
2 parents cd25f96 + 59a74fc commit 5eb3d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ gulp.task('release:zip', ['release:tag', 'default'], function() {
});

gulp.task('release:publish', ['release:zip'], function() {
gulp.src('./brouter-web-'+nextVersion+'.zip')
gulp.src('./brouter-web.'+nextVersion+'.zip')
.pipe(release({
tag: nextVersion,
token: ghToken,
Expand Down

0 comments on commit 5eb3d88

Please sign in to comment.