Skip to content

Commit c6bb7d5

Browse files
committed
fix(ci): make editor publishing idempotent
1 parent ca20c2b commit c6bb7d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-editors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
exit 0
142142
fi
143143
for vsix in dist/vscode/*.vsix; do
144-
vp exec -- pnpm dlx @vscode/vsce publish --packagePath "$vsix"
144+
vp exec -- pnpm dlx @vscode/vsce publish --skip-duplicate --packagePath "$vsix"
145145
done
146146
147147
publish-open-vsx:

0 commit comments

Comments
 (0)