File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1010 lsp_branch :
1111 required : true
1212 description : " lsp_branch"
13- default : " main "
13+ default : " dev "
1414 type : string
1515 chat_js_branch :
1616 description : " Branch name of chat-js"
17- default : " main "
17+ default : " dev "
1818 type : string
1919 required : true
2020jobs :
9797 github_token : ${{secrets.GITHUB_TOKEN}}
9898 workflow : agent_gui_build.yml
9999 repo : smallcloudai/refact
100- # branch: ${{ needs.set-defaults.outputs.chat_js_branch }}
101- commit : 0b99b8a73918e4dfaf41387419f19a6dd97969d7
100+ branch : ${{ needs.set-defaults.outputs.chat_js_branch }}
102101 path : ./chat_package
103102 name : lts-refact-chat-js-.*\.tgz
104103 name_is_regexp : true
@@ -118,7 +117,7 @@ jobs:
118117 repo : refact
119118 workflow_file_name : agent_engine_build.yml
120119 github_token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
121- ref : ${{ needs.set-defaults.outputs.lsp_branch }}
120+ ref : ${{ needs.set-defaults.outputs.lsp_version }}
122121
123122 - name : Download artifact
124123 id : download-artifact
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = "com.smallcloud"
44pluginName = Refact.ai
55pluginRepositoryUrl = https://github.com/smallcloudai/refact-intellij
66# SemVer format -> https://semver.org
7- pluginVersion = 6.4.0
7+ pluginVersion = 6.4.1
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild = 241
You can’t perform that action at this time.
0 commit comments