mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
Revert "fix publish yml action (#5770)"
This reverts commit 357f98c707.
This commit is contained in:
@@ -100,10 +100,10 @@ jobs:
|
||||
vsce package --allow-package-secrets sendgrid --out "cline-${{ steps.get_version.outputs.version }}.vsix"
|
||||
|
||||
if [ "${{ github.event.inputs.release-type }}" = "pre-release" ]; then
|
||||
npm run publish:marketplace:prerelease -- --allow-package-secrets sendgrid
|
||||
npm run publish:marketplace:prerelease
|
||||
echo "Successfully published pre-release version ${{ steps.get_version.outputs.version }} to VS Code Marketplace and Open VSX Registry"
|
||||
else
|
||||
npm run publish:marketplace -- --allow-package-secrets sendgrid
|
||||
npm run publish:marketplace
|
||||
echo "Successfully published release version ${{ steps.get_version.outputs.version }} to VS Code Marketplace and Open VSX Registry"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user