We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd30c94 commit 074e5c4Copy full SHA for 074e5c4
.github/workflows/test_and_publish.yml
@@ -71,5 +71,8 @@ jobs:
71
# Summary
72
See the [CHANGELOG.md](https://github.com/${{ github.repository }}/blob/master/CHANGELOG.md)
73
74
+ - name: Install VSCE CLI
75
+ run: npm install -g @vscode/vsce
76
+
77
- name: Publish to Visual Studio Marketplace
78
run: vsce publish -p ${{ secrets.VS_MARKETPLACE_TOKEN }}
0 commit comments