Skip to content

Commit

Permalink
Move branch option into package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Nov 2, 2024
1 parent d14b873 commit 1215a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Build VSIX
run: |
set -x
npm run package --githubBranch master
npm run package
- name: Make VSIX available
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"prewatch": "npm run clean",
"compile": "npx shadow-cljs compile :extension",
"release": "npx shadow-cljs release :extension",
"package": "npx vsce package --allow-star-activation",
"package": "npx vsce package --allow-star-activation --githubBranch master",
"vscode:prepublish": "npm run clean && npm run release"
},
"dependencies": {
Expand Down

0 comments on commit 1215a48

Please sign in to comment.