diff --git a/gulpfile.js b/gulpfile.js index 32b0f6b..49de557 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -16,7 +16,7 @@ gulp.task('prepare-release', function() { .pipe(tar('purge-history-plugin-' + version + '.tar')) .pipe(gzip()) ) - .pipe(chmod(0644)) + .pipe(chmod(644)) .pipe(gulp.dest('release')); });