Skip to content

Commit

Permalink
Aligned release scripts to recent changes in ckeditor5-dev (ckeditor/…
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Oct 9, 2024
1 parent 265ab1f commit ae2cd69
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions scripts/publishpackages.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,6 @@ const tasks = new Listr( [
.run( confirm, { message: 'Do you want to continue?' } );
}
} );
},
retry: 3
},
{
title: 'Checking if packages that returned E409 error code were uploaded correctly.',
task: async ( _, task ) => {
return releaseTools.verifyPackagesPublishedCorrectly( {
packagesDirectory: RELEASE_DIRECTORY,
version: latestVersion,
onSuccess: text => {
task.output = text;
}
} );
},
options: {
persistentOutput: true
}
},
{
Expand Down

0 comments on commit ae2cd69

Please sign in to comment.