Skip to content

Commit 89d74f8

Browse files
authored
fix(ci): set githubBranch to main when packaging extension VSCODE-281 (#333)
1 parent 56adacf commit 89d74f8

File tree

3 files changed

+463
-102
lines changed

3 files changed

+463
-102
lines changed

.github/workflows/test-and-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Build .vsix
7878
env:
7979
NODE_OPTIONS: "--require ./scripts/no-npm-list-fail.js"
80-
run: npx vsce package
80+
run: npx vsce package --githubBranch main
8181
shell: bash
8282

8383
- name: Check .vsix filesize

0 commit comments

Comments
 (0)