Skip to content

Commit fad0597

Browse files
committed
fix release workflow
1 parent d1dec7f commit fad0597

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
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
2020
jobs:
@@ -97,8 +97,7 @@ jobs:
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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = "com.smallcloud"
44
pluginName = Refact.ai
55
pluginRepositoryUrl = 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
1010
pluginSinceBuild = 241

0 commit comments

Comments
 (0)