diff --git a/.github/workflows/release-vsix.yaml b/.github/workflows/release-vsix.yaml index e7ba551a8..16bd547ee 100644 --- a/.github/workflows/release-vsix.yaml +++ b/.github/workflows/release-vsix.yaml @@ -32,8 +32,9 @@ jobs: - run: pnpm install --frozen-lockfile - run: pnpm run build:packages - run: pnpm run -F @proj-airi/airi-plugin-vscode build + - run: pnpm run -F vscode-airi build - run: pnpm run publish - working-directory: ./plugins/airi-plugin-vscode + working-directory: ./integrations/vscode/vscode-airi env: VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }} OVSX_TOKEN: ${{ secrets.OVSX_TOKEN }}