Skip to content

Commit

Permalink
Merge pull request #1057 from ckeditor/fix-release-id
Browse files Browse the repository at this point in the history
Internal: Updated the `release_id` property to point to the `v43.0.1` tag.
  • Loading branch information
pomek authored Jan 17, 2025
2 parents 29113b6 + 6123aab commit d955364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publishpackages.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const tasks = new Listr( [
return github.request( 'PATCH /repos/{owner}/{repo}/releases/{release_id}', {
owner: 'ckeditor',
repo: 'ckeditor5-dev',
release_id: 174058828, // v43.0.0
release_id: 185171763, // v43.0.1
make_latest: true
} );
}
Expand Down

0 comments on commit d955364

Please sign in to comment.