robotcodedev / robotcode

RobotFramework support for Visual Studio Code
https://robotcode.io
Apache License 2.0
168 stars 13 forks source link

[BUG] 0.79.0 has not been published to the vscode extension marketplace #249

Closed DetachHead closed 2 months ago

DetachHead commented 2 months ago

https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode

image

it looks like the job to publish the package was skipped for some reason: https://github.com/d-biehl/robotcode/actions/runs/8775281157/job/24077899641

KotlinIsland commented 2 months ago

I think because publish only occurs if the action is run against a tag starting with 'v', but this CI was run against main

d-biehl commented 2 months ago

It was not released due to connection issues with the marketplace. I had to remove the new version on Github and run the release action again. Now the package is published on the marketplace,

d-biehl commented 2 months ago

now the package is online