Skip to content

Commit 602eaf4

Browse files
authored
Merge pull request #1155 from Jimmyscene/ci_fixes
Update release-client.sh script
2 parents ef231a9 + d272cb2 commit 602eaf4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: scripts/release-client.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ pnpm verify:bail
1313

1414
cd vscode-client
1515

16-
# NOTE: it would be much nicer if we could detect which version was deployed...
17-
npx [email protected] publish -p $VSCE_TOKEN && tagRelease $tag || echo 'Deploy failed, probably there was no changes'
16+
npx @vscode/[email protected] publish --skip-duplicate -p $VSCE_TOKEN
17+
tagRelease $tag || echo "Tag update failed, likely already exists"

Diff for: server/src/__tests__/__snapshots__/server.test.ts.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -653,11 +653,11 @@ exports[`server onRenameRequest Workspace-wide rename returns correct WorkspaceE
653653
"newText": "newName",
654654
"range": {
655655
"end": {
656-
"character": 53,
656+
"character": 10,
657657
"line": 16,
658658
},
659659
"start": {
660-
"character": 43,
660+
"character": 0,
661661
"line": 16,
662662
},
663663
},

0 commit comments

Comments
 (0)