We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00df9f2 commit c9e7de4Copy full SHA for c9e7de4
.github/workflows/deploy.yml
@@ -33,9 +33,11 @@ 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/[email protected]
39
+ with:
40
+ args: "publish -p $VSCE_TOKEN"
41
env:
42
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
- run: |
- npx vsce package # This packages the extension
- npx vsce publish # This publishes the extension
43
0 commit comments