diff --git a/gulpfile.js b/gulpfile.js index 7e7e01e29b..2c7b375a33 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -537,7 +537,8 @@ gulp.task('publish.github', function(done){ repo: 'ionic', tag_name: 'v' + packageJSON.version, name: packageJSON.version, - body: file.toString() + body: file.toString(), + prerelease: true }, done); })); });