Skip to content

Commit 742e831

Browse files
Add skipDuplicate to Open VSX publish step (#3104)
Makes it possible to rerun the deploy workflow when the vscode market place failed previously
1 parent 1c44098 commit 742e831

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
with:
4848
pat: ${{ secrets.OPEN_VSX_TOKEN }}
4949
packagePath: packages/cursorless-vscode/dist
50+
skipDuplicate: true
5051

5152
- name: Publish to Visual Studio Marketplace
5253
uses: HaaLeo/publish-vscode-extension@v2

0 commit comments

Comments
 (0)