Allow packaging secrets in VSCE command

This commit is contained in:
Dennise Bartlett
2025-08-22 23:18:16 -07:00
committed by GitHub
parent 34e52757ff
commit 06cd873a46
+1 -1
View File
@@ -97,7 +97,7 @@ jobs:
CLINE_ENVIRONMENT: production
run: |
# Required to generate the .vsix
vsce package --out "cline-${{ steps.get_version.outputs.version }}.vsix"
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