Skip to content

Commit

Permalink
display name
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Dec 6, 2024
1 parent 3ce12cf commit a525ceb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build-vscode-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
if: false
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
Expand Down Expand Up @@ -91,6 +92,8 @@ jobs:
with:
name: baml-vscode-vsix
path: typescript/vscode-ext/packages/out/
run-id: 12190612044
github-token: ${{ secrets.SAM_GITHUB_PAT }}
- run: |
cd typescript/vscode-ext/packages
set -x
Expand Down
2 changes: 1 addition & 1 deletion typescript/vscode-ext/packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "baml-extension-preview",
"displayName": "Baml",
"displayName": "Baml (preview)",
"description": "BAML is a DSL for AI applications.",
"version": "0.70.1",
"publisher": "Boundary",
Expand Down

0 comments on commit a525ceb

Please sign in to comment.