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 15d69c6 commit ae06bffCopy full SHA for ae06bff
.github/workflows/publish.yml
@@ -41,14 +41,14 @@ jobs:
41
path: ./extension/dvc.vsix
42
43
- name: Publish to Visual Studio Marketplace
44
- uses: HaaLeo/publish-vscode-extension@v1
+ uses: HaaLeo/publish-vscode-extension@v2
45
with:
46
extensionFile: './extension/dvc.vsix'
47
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
48
registryUrl: https://marketplace.visualstudio.com
49
50
- name: Publish to Open VSX Registry
51
52
53
54
pat: ${{ secrets.OPEN_VSX_TOKEN }}
0 commit comments