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 a8da222 commit 747329eCopy full SHA for 747329e
.github/workflows/release.yml
@@ -32,5 +32,10 @@ jobs:
32
run: npx semantic-release
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
- VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
36
working-directory: vscode-extension
+
37
+ - name: Publish extension
38
+ run: npx vcse package && npx vcse publish
39
+ env:
40
+ VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
41
+ working-directory: vscode-extension
0 commit comments