Release: properly set the dist remote when it's a real release

This commit is contained in:
Timmy Willison 2015-07-13 15:01:33 -04:00
parent a2ae215d99
commit c44dd7775b

View File

@ -4,7 +4,7 @@ module.exports = function( Release, complete ) {
fs = require( "fs" ),
shell = require( "shelljs" ),
pkg = require( Release.dir.repo + "/package.json" ),
distRemote = Release.remote.replace( "jquery", "jquery-dist" ),
distRemote = Release.remote.replace( "jquery.git", "jquery-dist.git" ),
// These files are included with the distrubtion
files = [
"src",