mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Add bump option to not push
This commit is contained in:
parent
8e60fa8dde
commit
9f6f17b9ac
1 changed files with 6 additions and 0 deletions
|
@ -217,6 +217,12 @@ var path = require('path'),
|
|||
cwd: "<%= paths.buildBuild %>/",
|
||||
src: ["**"]
|
||||
}
|
||||
},
|
||||
|
||||
bump: {
|
||||
options: {
|
||||
push: false
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue