forcedotcom / salesforcedx-vscode

Salesforce Extensions for VS Code
https://developer.salesforce.com/tools/vscode
BSD 3-Clause "New" or "Revised" License
953 stars 406 forks source link

chore: Publish in Microsoft Marketplace and Publish in Open VSX Registry GHA workflows will fail when extensions are not published #5565

Closed daphne-sfdc closed 5 months ago

daphne-sfdc commented 5 months ago

What does this PR do?

Fixes the Publish in Microsoft Marketplace and Publish in Open VSX Registry GHA workflows to make them fail as expected when extensions are not actually published.

Publish in Microsoft Marketplace: https://github.com/daphne-sfdc/salesforcedx-vscode-publish-microsoft-marketplace/actions/runs/8914107850/job/24480996574 Publish in Open VSX Registry: https://github.com/daphne-sfdc/salesforcedx-vscode-publish-microsoft-marketplace/actions/runs/8914911864/job/24483481739

What issues does this PR fix or reference?

@W-15437641@

Functionality Before

Workflows succeed even when extensions are not published.

Functionality After

Workflows fail as expected when extensions are not published.