Skip to content

Commit

Permalink
Merge pull request #7 from Mibew/release-name
Browse files Browse the repository at this point in the history
Change name for release archives
  • Loading branch information
everyx authored Mar 22, 2017
2 parents 15e1850 + 3ddcb22 commit cccbdc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ gulp.task('prepare-release', function() {

return eventStream.merge(
getSources()
.pipe(zip('mibew-operator-status-plugin-' + version + '.zip')),
.pipe(zip('operator-status-plugin-' + version + '.zip')),
getSources()
.pipe(tar('mibew-operator-status-plugin-' + version + '.tar'))
.pipe(tar('operator-status-plugin-' + version + '.tar'))
.pipe(gzip())
)
.pipe(chmod(0644))
Expand Down

0 comments on commit cccbdc3

Please sign in to comment.