We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b359910 commit 183d067Copy full SHA for 183d067
1 file changed
.github/workflows/pr.yml
@@ -94,7 +94,7 @@ jobs:
94
- name: Build webview
95
run: yarn run build:webview
96
- name: Package extension
97
- run: npx @vscode/vsce package --yarn --githubBranch ${{ env.BRANCH }}
+ run: npx --yes @vscode/vsce package --yarn --githubBranch ${{ env.BRANCH }}
98
- name: Upload extension
99
uses: actions/upload-artifact@v4
100
with:
0 commit comments