Skip to content

Commit 183d067

Browse files
committed
fix package ci step
1 parent b359910 commit 183d067

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Build webview
9595
run: yarn run build:webview
9696
- name: Package extension
97-
run: npx @vscode/vsce package --yarn --githubBranch ${{ env.BRANCH }}
97+
run: npx --yes @vscode/vsce package --yarn --githubBranch ${{ env.BRANCH }}
9898
- name: Upload extension
9999
uses: actions/upload-artifact@v4
100100
with:

0 commit comments

Comments
 (0)