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 e5fe6edCopy full SHA for e5fe6ed
.github/workflows/release.yml
@@ -34,3 +34,9 @@ jobs:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
36
working-directory: vscode-extension
37
+
38
+ # - name: Publish extension
39
+ # run: npx vcse package && npx vcse publish
40
+ # env:
41
+ # VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
42
+ # working-directory: vscode-extension
0 commit comments