Skip to content

Commit c9e7de4

Browse files
authored
Update deploy.yml
1 parent 00df9f2 commit c9e7de4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ jobs:
3333
3434
# Step 5: Package and publish the extension
3535
- name: Publish VSCode Extension
36+
- uses: actions/checkout@v2
37+
- run: npm install
38+
- uses: lannonbr/[email protected]
39+
with:
40+
args: "publish -p $VSCE_TOKEN"
3641
env:
3742
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
38-
run: |
39-
npx vsce package # This packages the extension
40-
npx vsce publish # This publishes the extension
4143

0 commit comments

Comments
 (0)