We were ignoring errors coming from `vsce publish` and this was causing the workflow to succeed even when the publish failed. This will remove the `||` and let the workflow fail if the publish fails.
We were ignoring errors coming from `vsce publish` and this was causing the workflow to succeed even when the publish failed. This will remove the `||` and let the workflow fail if the publish fails.