Skip to content

Commit 11b695e

Browse files
authored
Update deploy.yml
1 parent c9e7de4 commit 11b695e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ 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]
36+
uses: lannonbr/[email protected]
3937
with:
4038
args: "publish -p $VSCE_TOKEN"
4139
env:

0 commit comments

Comments
 (0)