Skip to content

Commit 0d6c595

Browse files
author
Slinto
committed
Fix gulp release task
1 parent 6ed5fad commit 0d6c595

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ gulp.task('build', function() {
142142
gulp.task('release', function() {
143143
VERSION = args.v || args.version;
144144

145-
if (typeof VbaERSION !== 'undefined') {
145+
if (typeof VERSION !== 'undefined') {
146146
runSequence('clean', 'stylus', 'test', 'webpack', 'imagemin', 'bump', 'git-commit', 'git-push');
147147
} else {
148148
console.log('SORRY, app --version parameter missing.');

0 commit comments

Comments
 (0)