Fix publish task typo
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ module.exports = function(grunt) {
|
||||
initSDK();
|
||||
|
||||
var files = ['-latest', '-' + info.head];
|
||||
if (info.tagName && semver.valid(info.tagName) {
|
||||
if (info.tagName && semver.valid(info.tagName)) {
|
||||
files.push('-' + info.tagName);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user