Skip to content

Commit

Permalink
fix(ci): set githubBranch to main when packaging extension VSCODE-281 (
Browse files Browse the repository at this point in the history
  • Loading branch information
Anemy authored Jul 27, 2021
1 parent 56adacf commit 89d74f8
Show file tree
Hide file tree
Showing 3 changed files with 463 additions and 102 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Build .vsix
env:
NODE_OPTIONS: "--require ./scripts/no-npm-list-fail.js"
run: npx vsce package
run: npx vsce package --githubBranch main
shell: bash

- name: Check .vsix filesize
Expand Down
Loading

0 comments on commit 89d74f8

Please sign in to comment.