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 5f93e09 commit 40173d1
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions scripts/publishpackages.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,6 @@ const tasks = new Listr( [
return task.prompt( { type: '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',
version: latestVersion,
onSuccess: text => {
task.output = text;
}
} );
},
options: {
persistentOutput: true
}
},
{
Expand Down

0 comments on commit 40173d1

Please sign in to comment.