Skip to content

Commit

Permalink
fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephAbbey committed Sep 4, 2023
1 parent 53b1c23 commit 65cd6ba
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
version: 7
run_install: false

- run: cd scratch-vhdl-vscode

- name: Get pnpm store directory
shell: bash
run: |
Expand All @@ -42,9 +40,10 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install

- run: cd ..
run: |
cd scratch-vhdl-vscode
pnpm install
cd ..
- name: Publish to Open VSX Registry
uses: HaaLeo/publish-vscode-extension@v1
Expand Down

0 comments on commit 65cd6ba

Please sign in to comment.