We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9be6947 commit 131b6c1Copy full SHA for 131b6c1
.github/workflows/build.yml
@@ -40,8 +40,10 @@ jobs:
40
- name: Get History
41
id: get_history
42
run: |
43
+ chmod +x history.sh
44
output=$(./history.sh)
- echo "::set-output name=history::$output"
45
+ trimmed_output=$(echo "$output" | awk '{$1=$1};1')
46
+ echo "::set-output name=history::$trimmed_output"
47
48
- name: Create Release
49
id: create_release
HISTORY.md
@@ -1,6 +1,6 @@
1
## 更新日志
2
3
-### v1.2.4
+### v1.2.5
4
5
* 配置地址兼容处理
6
* 部分手机设备样式兼容处理
version.json
@@ -1 +1 @@
-{"version_code": 16909312, "version_name": "v1.2.4"}
+{"version_code": 16909568, "version_name": "v1.2.5"}
0 commit comments