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.
2 parents a8da222 + 747329e commit aff5b19Copy full SHA for aff5b19
.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