Skip to content

Commit

Permalink
Merge pull request #452 from ckeditor/i/3828-restartable-release
Browse files Browse the repository at this point in the history
Internal: Aligned release scripts to recent changes in ckeditor5-dev (ckeditor/ckeditor5-dev#1019).
  • Loading branch information
pomek authored Oct 11, 2024
2 parents d40dae0 + 3a07a67 commit 6010182
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 @@ -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 6010182

Please sign in to comment.