mirror of
https://github.com/cline/cline.git
synced 2026-09-21 05:10:09 +08:00
move environment setting to launch & publish (#5002)
* move env setting to launch & publish * change env name * Update webview-ui/vite.config.ts Co-authored-by: Bee <68532117+abeatrix@users.noreply.github.com> * update env location --------- Co-authored-by: Bee <68532117+abeatrix@users.noreply.github.com>
This commit is contained in:
@@ -94,6 +94,7 @@ jobs:
|
||||
env:
|
||||
VSCE_PAT: ${{ secrets.VSCE_PAT }}
|
||||
OVSX_PAT: ${{ secrets.OVSX_PAT }}
|
||||
CLINE_ENVIRONMENT: production
|
||||
run: |
|
||||
# Required to generate the .vsix
|
||||
vsce package --out "cline-${{ steps.get_version.outputs.version }}.vsix"
|
||||
|
||||
Reference in New Issue
Block a user