Skip to content

Commit

Permalink
older version
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Dec 6, 2024
1 parent b7d5a59 commit 563e32f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-vscode-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
build:
if: false
# if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
if-no-files-found: error

publish:
# needs: [build]
needs: [build]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions typescript/vscode-ext/packages/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 563e32f

Please sign in to comment.