Browse Source

wip: vscode extension

Frank 7 months ago
parent
commit
79d9bf57f7
1 changed files with 3 additions and 2 deletions
  1. 3 2
      .github/workflows/publish-vscode.yml

+ 3 - 2
.github/workflows/publish-vscode.yml

@@ -24,9 +24,10 @@ jobs:
           bun-version: 1.2.17
           bun-version: 1.2.17
 
 
       - run: git fetch --force --tags
       - run: git fetch --force --tags
-      - run: bun install
       - run: bun install -g @vscode/vsce
       - run: bun install -g @vscode/vsce
 
 
       - name: Publish
       - name: Publish
-        run: ./script/publish
+        run: |
+          bun install
+          ./script/publish
         working-directory: ./sdks/vscode
         working-directory: ./sdks/vscode