Skip to content

Commit e102a6b

Browse files
authored
Add ignoreVersionExists option to publish steps
1 parent d27d13f commit e102a6b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/extension.yml

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

4142
- name: Publish to Visual Studio Marketplace
4243
uses: HaaLeo/publish-vscode-extension@v2
4344
with:
4445
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
4546
registryUrl: https://marketplace.visualstudio.com
4647
packagePath: vscode
48+
ignoreVersionExists: true

0 commit comments

Comments
 (0)