We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b27d8 commit dac0eeeCopy full SHA for dac0eee
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- id: set-defaults
35
run: |
36
- echo "chat_js_branch=${{ github.event.inputs.chat_js_branch || 'dev' }}" >> $GITHUB_OUTPUT
+ echo "chat_js_branch=${{ github.event.inputs.chat_js_branch || 'main-stable' }}" >> $GITHUB_OUTPUT
37
if [ -n "${{ github.event.inputs.lsp_version }}" ]; then
38
echo "lsp_version=${{ github.event.inputs.lsp_version }}" >> $GITHUB_OUTPUT
39
else
refact_lsp
@@ -1 +1 @@
1
-dev
+main
0 commit comments