Skip to content

Commit c9e7de4

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

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.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/vsce-action@4.0.0
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)