forcedotcom / lightning-language-server

LWC and Aura Language Servers - shipped as part of the Salesforce VSCode Extensions
https://forcedotcom.github.io/salesforcedx-vscode/
BSD 3-Clause "New" or "Revised" License
33 stars 49 forks source link

chore: match startManualRelease and onPushToMain release jobs #549

Closed randi274 closed 1 year ago

randi274 commented 1 year ago

What does this PR do?

The onPushToMain job, which creates a changelog and generates a github release, started failing recently, but the startManualRelease, which has almost the same set of steps, was still working. The two jobs are now much more closely aligned, and the onPushToMain should now be passing as well.

What issues does this PR fix or reference?

@W-12592699@ Closes forcedotcom/easywriter#138