Skip to content

Commit

Permalink
fix shell permission
Browse files Browse the repository at this point in the history
  • Loading branch information
lizongying committed May 19, 2024
1 parent 9be6947 commit 131b6c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ jobs:
- name: Get History
id: get_history
run: |
chmod +x history.sh
output=$(./history.sh)
echo "::set-output name=history::$output"
trimmed_output=$(echo "$output" | awk '{$1=$1};1')
echo "::set-output name=history::$trimmed_output"
- name: Create Release
id: create_release
Expand Down
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 更新日志

### v1.2.4
### v1.2.5

* 配置地址兼容处理
* 部分手机设备样式兼容处理
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version_code": 16909312, "version_name": "v1.2.4"}
{"version_code": 16909568, "version_name": "v1.2.5"}

0 comments on commit 131b6c1

Please sign in to comment.