Skip to content

Commit

Permalink
maint: fixing right now master
Browse files Browse the repository at this point in the history
  • Loading branch information
gamebox committed Jan 9, 2024
1 parent 2c815e8 commit 312b5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v4
- run: cd vscode-extension
- name: do the npm things
run: |
cd vscode-extension
npm ci
npm i -g @vscode/vsce
npm run compile
Expand Down

0 comments on commit 312b5b5

Please sign in to comment.