Skip to content

Commit 29cc690

Browse files
Pablo De Luccaclaude
authored andcommitted
ci: add skipDuplicate to publish workflow for idempotent releases
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c6cee2f commit 29cc690

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish-extension.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
with:
5050
pat: ${{ secrets.VSCE_PAT }}
5151
registryUrl: https://marketplace.visualstudio.com
52+
skipDuplicate: true
5253
dryRun: ${{ inputs.dry_run == 'true' }}
5354

5455
- name: Publish to Open VSX
@@ -57,6 +58,7 @@ jobs:
5758
pat: ${{ secrets.OPEN_VSX_TOKEN }}
5859
registryUrl: https://open-vsx.org
5960
extensionFile: ${{ steps.publish-vscode.outputs.vsixPath }}
61+
skipDuplicate: true
6062
dryRun: ${{ inputs.dry_run == 'true' }}
6163

6264
- name: Upload VSIX to Release

0 commit comments

Comments
 (0)