Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
northsea4 committed May 29, 2024
2 parents 7d25124 + 7827f45 commit 30283b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 更新日志

### [v0.8.0] - 2024-05-29
- 1.跟进daily_release。[#40](https://github.com/northsea4/mdcx-docker/issues/40)

### [v0.7.0] - 2023-12-24
- 1.更改上游源码项目为`sqzw-x/mdcx`#32

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,4 @@ docker run -d --name mdcx \


## TODO
- [x] 上游源码采用了daily release自动发布,看能不能跟随
- [ ] 一键脚本github镜像加速
2 changes: 1 addition & 1 deletion scripts/release-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ get_release_info() {
echo "❌ 找不到 tag_name=${tag_name} 的release!"
return 1

local tag_name=(printf '%s' $release | jq -r '.tag_name')
local tag_name=$(printf '%s' $release | jq -r '.tag_name')
if [[ -z "$tag_name" ]]; then
echo "❌ 找不到 tag_name!"
return 1
Expand Down

0 comments on commit 30283b8

Please sign in to comment.