[GHA] fix pre-release publish for vscode extensions

This commit is contained in:
aboyko
2024-07-13 02:06:14 -04:00
parent 7cc4a49564
commit 1e4499de32
2 changed files with 2 additions and 2 deletions

View File

@@ -37,4 +37,4 @@ jobs:
npm install --global @vscode/vsce
vsix_file=`ls ./vsix | head -n 1`
echo "VSIX pre-release file to publish ${vsix_file}"
vsce publish --pre-release -p ${{ secrets.VSCE_PUBLISH_TOKEN }} --packagePath $vsix_file
vsce publish --pre-release -p ${{ secrets.VSCE_PUBLISH_TOKEN }} --packagePath ./vsix/$vsix_file