eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.29k stars 2.45k forks source link

Fix automated releases #13834

Open msujew opened 2 weeks ago

msujew commented 2 weeks ago

What it does

Updates our GitHub actions to retry in case they hit network related errors like rate limiting. This was also used in the old next publishing action:

https://github.com/eclipse-theia/theia/blob/85f5e928ddfa650b5ba58a510a7db9532a392e7a/.github/workflows/ci-cd.yml#L164-L174

Also removes the --canary option. That should hopefully fix the issue of unexpected minor versions (we currently publish all next releases as 1.46.0-next).

How to test

Nothing to test, we need to see whether it will work now :)

Review checklist

Reminder for reviewers