Skip to content

Commit

Permalink
refactor(bezier-vscode): use --skip-duplicate flag instead of continu…
Browse files Browse the repository at this point in the history
…e-on-error property
  • Loading branch information
yangwooseong committed Nov 14, 2024
1 parent 169c4e9 commit 6693530
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Release VSCode extension
continue-on-error: true
run: yarn workspace bezier-vscode publish
env:
VSCE_PAT: ${{ secrets.VSCE_PERSONAL_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion packages/bezier-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist",
"vscode:prepublish": "yarn build",
"publish": "yarn dlx vsce publish --no-dependencies"
"publish": "yarn dlx vsce publish --no-dependencies --skip-duplicate"
},
"dependencies": {
"vscode-languageclient": "^9.0.1",
Expand Down

0 comments on commit 6693530

Please sign in to comment.