Skip to content

Commit b55e593

Browse files
authored
Change ignoreVersionExists to skipDuplicate in workflow
1 parent e102a6b commit b55e593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/extension.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
with:
3838
pat: ${{ secrets.OPEN_VSX_TOKEN }}
3939
packagePath: vscode
40-
ignoreVersionExists: true
40+
skipDuplicate: true
4141

4242
- name: Publish to Visual Studio Marketplace
4343
uses: HaaLeo/publish-vscode-extension@v2
4444
with:
4545
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
4646
registryUrl: https://marketplace.visualstudio.com
4747
packagePath: vscode
48-
ignoreVersionExists: true
48+
skipDuplicate: true

0 commit comments

Comments
 (0)