Skip to content

Commit f8b3bfd

Browse files
committed
Release: move tag push below cdn clone
- I hit a windows failure on the clone. This makes it so nothing is pushed until both the main repo and the cdn repo have at least been cloned. Then push both.
1 parent 47b0bff commit f8b3bfd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

release.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ commonTasks = [
5454
Release._section( "gathering contributors" ),
5555
Release._gatherContributors,
5656

57-
Release._section( "pushing tag" ),
58-
Release.confirmReview,
59-
Release._pushRelease,
60-
6157
function( fn ) {
6258
if ( Release.cdnPublish ) {
6359
Release._section( "publishing to jQuery CDN" )();
@@ -71,6 +67,10 @@ commonTasks = [
7167
}
7268
},
7369

70+
Release._section( "pushing tag" ),
71+
Release.confirmReview,
72+
Release._pushRelease,
73+
7474
function( fn ) {
7575
if ( Release.dist ) {
7676
Release._section( "additional custom distribution" );

0 commit comments

Comments
 (0)