Skip to content

Commit

Permalink
Merge pull request #200 from ckeditor/remove-invalid-step
Browse files Browse the repository at this point in the history
Internal: Removed non-existing release task.
  • Loading branch information
pomek authored Nov 4, 2024
2 parents da77bff + ddad80c commit f25d8f6
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions scripts/release/publishpackages.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,6 @@ const tasks = new Listr( [
},
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
}
},
{
title: 'Pushing changes.',
task: () => {
Expand Down

0 comments on commit f25d8f6

Please sign in to comment.