Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
chore: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
marsninja committed Jun 11, 2024
1 parent eddb136 commit 5cdf431
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/vscode_ext_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: cd jaclang/support/vscode_ext/jac/
- run: npm ci
- run: npm run vsce-package
- run: npm install --global @vscode/vsce
- run: vsce publish -p $VSCE_TOKEN
- run: |
cd support/vscode_ext/jac/
npm ci
npm run vsce-package
npm install --global @vscode/vsce
vsce publish -p $VSCE_TOKEN
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}

0 comments on commit 5cdf431

Please sign in to comment.