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 04057bb commit dc4234cCopy full SHA for dc4234c
.github/workflows/publish.yml
@@ -50,10 +50,12 @@ jobs:
50
with:
51
dependencies: false
52
pat: ${{ secrets.OVSX_PERSONAL_ACCESS_TOKEN }}
53
+ skipDuplicate: true
54
55
- name: Publish to Visual Studio Marketplace
56
uses: HaaLeo/publish-vscode-extension@v2
57
58
59
pat: ${{ secrets.VSCE_PERSONAL_ACCESS_TOKEN }}
60
registryUrl: https://marketplace.visualstudio.com
61
0 commit comments