Skip to content

Commit

Permalink
add return to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jicheng1014 committed Mar 27, 2023
1 parent d4cac43 commit 5fa6119
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ fir.im-cli 可以通过指令查看, 上传, iOS/Android 应用.
- 我们也提供 docker 版本的 fir-cli, 具体使用方式参见 **Docker 运行 fir-cli** 章节

# 最近更新
- (2.0.21) 修正 publish 的结果不返回导致 fastlane-plugin-fir_cli 命令执行结果为nil 的问题
- (2.0.20) 新增参数 --save_uploaded_info, 可以将上传的结果存入当前目录下的 fir-cli-upload-info.json 文件中, 方便集成其他功能
- (2.0.19) 修正了上传的图标不显示的问题
- (2.0.18) 修复域名导致的飞书发送失败的问题
Expand Down
2 changes: 2 additions & 0 deletions lib/fir/util/publish.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ def publish(*args, options)
write_uploaded_info(answer)
end

answer

end

def fetch_app_info
Expand Down
2 changes: 1 addition & 1 deletion lib/fir/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# encoding: utf-8

module FIR
VERSION = "2.0.20"
VERSION = "2.0.21"
end

0 comments on commit 5fa6119

Please sign in to comment.