Skip to content

Commit dc4234c

Browse files
committed
chore: update publish config
1 parent 04057bb commit dc4234c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,12 @@ jobs:
5050
with:
5151
dependencies: false
5252
pat: ${{ secrets.OVSX_PERSONAL_ACCESS_TOKEN }}
53+
skipDuplicate: true
5354

5455
- name: Publish to Visual Studio Marketplace
5556
uses: HaaLeo/publish-vscode-extension@v2
5657
with:
5758
dependencies: false
5859
pat: ${{ secrets.VSCE_PERSONAL_ACCESS_TOKEN }}
5960
registryUrl: https://marketplace.visualstudio.com
61+
skipDuplicate: true

0 commit comments

Comments
 (0)