Skip to content

Commit

Permalink
add compile on workflow publish
Browse files Browse the repository at this point in the history
  • Loading branch information
TikouWeb authored Jan 3, 2024
1 parent 34f1293 commit 4e7d40f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Install Dependencies
run: yarn install

- name: Build Extension
run: yarn compile

- name: Publish Extension
env:
VSCODE_MARKETPLACE_TOKEN: ${{ secrets.VSCODE_MARKETPLACE_TOKEN }}
run: vsce publish -p $VSCODE_MARKETPLACE_TOKEN
run: vsce publish -p ${{ secrets.VSCODE_MARKETPLACE_TOKEN }}

0 comments on commit 4e7d40f

Please sign in to comment.