diff --git a/.github/workflows/build-vscode-release.reusable.yaml b/.github/workflows/build-vscode-release.reusable.yaml index 61742dd11..473fab624 100644 --- a/.github/workflows/build-vscode-release.reusable.yaml +++ b/.github/workflows/build-vscode-release.reusable.yaml @@ -12,7 +12,7 @@ concurrency: jobs: build: - if: false + # if: false runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -45,7 +45,7 @@ jobs: # Build the VSCode Extension - name: Build VSCode Extension id: build - run: pnpm run vscode:package --pre-release + run: pnpm run vscode:package working-directory: typescript/vscode-ext/packages # Upload the artifact (helpful for debugging and manual downloads) @@ -80,7 +80,7 @@ jobs: if-no-files-found: error publish: - # needs: [build] + needs: [build] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -92,8 +92,8 @@ jobs: with: name: baml-vscode-vsix path: typescript/vscode-ext/packages/out/ - run-id: 12190929601 - github-token: ${{ secrets.SAM_GITHUB_PAT }} + # run-id: 12190929601 + # github-token: ${{ secrets.SAM_GITHUB_PAT }} - run: | cd typescript/vscode-ext/packages set -x diff --git a/typescript/vscode-ext/packages/package.json b/typescript/vscode-ext/packages/package.json index d624679b0..04f06681b 100644 --- a/typescript/vscode-ext/packages/package.json +++ b/typescript/vscode-ext/packages/package.json @@ -1,8 +1,8 @@ { "name": "baml-extension-preview", - "displayName": "Baml (preview2)", + "displayName": "baml-preview", "description": "BAML is a DSL for AI applications.", - "version": "0.70.1", + "version": "0.69.4", "publisher": "Boundary", "repository": "https://github.com/BoundaryML/baml", "homepage": "https://www.boundaryml.com",