Skip to content

Commit

Permalink
pre-release publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Dec 6, 2024
1 parent 6c67fbd commit 430a3cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-vscode-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
pnpm help
- run: |
cd typescript/vscode-ext/packages
pnpm vsce publish --packagePath ./out/*.vsix
pnpm ovsx publish --packagePath ./out/*.vsix
pnpm vsce publish --pre-release --packagePath ./out/*.vsix
pnpm ovsx publish --pre-release --packagePath ./out/*.vsix
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
2 changes: 1 addition & 1 deletion typescript/vscode-ext/packages/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "baml-extension",
"name": "baml-extension-preview",
"displayName": "Baml",
"description": "BAML is a DSL for AI applications.",
"version": "0.70.1",
Expand Down

0 comments on commit 430a3cc

Please sign in to comment.