We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e7de4 commit 11b695eCopy full SHA for 11b695e
1 file changed
.github/workflows/deploy.yml
@@ -33,9 +33,7 @@ jobs:
33
34
# Step 5: Package and publish the extension
35
- name: Publish VSCode Extension
36
- - uses: actions/checkout@v2
37
- - run: npm install
38
- - uses: lannonbr/vsce-action@4.0.0
+ uses: lannonbr/vsce-action@4.0.0
39
with:
40
args: "publish -p $VSCE_TOKEN"
41
env:
0 commit comments