mirror of
https://github.com/cline/cline.git
synced 2026-09-19 10:13:34 +08:00
Allow packaging secrets in VSCE command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user