Publish to VS Marketplace action fails
pharring opened this issue · 2 comments
pharring commented
The "Publish to VS Marketplace" action is broken with the following message:
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: mrluje/vs-marketplace-publisher@v2
Consider updating to use cezarypiatek/VsixPublisherAction@1.0 instead.
pharring commented
I don't know for sure that the deprecated node version is the problem.
The action also failed to find the VsixPublisher.exe binary: Error: spawn VsixPublisher.exe ENOENT
I'll probably have to change my workflow a bit, since mrluje's action allowed me to pull the VSIX from the latest release. (Even though, that was sketchy because I usually have two VSIXes in each release -- so I end up manually publishing anyway)