Skip to content

Commit dac0eee

Browse files
committed
only for release, rollback after
1 parent d8b27d8 commit dac0eee

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 || 'dev' }}" >> $GITHUB_OUTPUT
36+
echo "chat_js_branch=${{ github.event.inputs.chat_js_branch || 'main-stable' }}" >> $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-
dev
1+
main

0 commit comments

Comments
 (0)