Skip to content

Commit d1dec7f

Browse files
committed
update default branches for artifacts
1 parent 2a39546 commit d1dec7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- id: set-defaults
3535
run: |
36-
echo "chat_js_branch=${{ github.event.inputs.chat_js_branch || 'main' }}" >> $GITHUB_OUTPUT
36+
echo "chat_js_branch=${{ github.event.inputs.chat_js_branch || 'dev' }}" >> $GITHUB_OUTPUT
3737
if [ -n "${{ github.event.inputs.lsp_version }}" ]; then
3838
echo "lsp_version=${{ github.event.inputs.lsp_version }}" >> $GITHUB_OUTPUT
3939
else

refact_lsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
main
1+
dev

0 commit comments

Comments
 (0)