Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lakejason0 committed Dec 11, 2023
1 parent 28c26f9 commit 334aff0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
CURRENT_VERSION=$(cat version.json | jq -r '.version')
# Compare the latest release with the current version
if [ "$LATEST_RELEASE" == "null" ]; then
echo "New release is null, skipping"
exit 1
fi
if [ "$LATEST_RELEASE" != "$CURRENT_VERSION" ]; then
echo "New release found: $LATEST_RELEASE"
Expand Down
4 changes: 2 additions & 2 deletions extra/changelog_latest.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

# null
Bump version to `null`.
# V1.8.5752
Bump version to `V1.8.5752`.
2 changes: 1 addition & 1 deletion module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# id 只能填 字母 数字 半角符号
id=aanotherPlangothic
name=遍黑体字库扩充模块
version=null
version=V1.8.5752
versionCode=8
author=Lakejason0
description=使用“遍黑体”扩充字库。GitHub 项目地址:https://github.com/lakejason0/AAnother-Plangothic-magisk-module ,使用说明请见 README.md 文件。遍黑体项目地址:https://github.com/Fitzgerald-Porthmouth-Koenigsegg/Plangothic 。
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": "null", "versionCode": 8, "zipUrl": "https://github.com/lakejason0/AAnother-Plangothic-magisk-module/releases/download/null/Plangothic-magisk-module.zip", "changelog": "https://raw.githubusercontent.com/lakejason0/AAnother-Plangothic-magisk-module/main/extra/changelog.md"}
{"version": "V1.8.5752", "versionCode": 8, "zipUrl": "https://github.com/lakejason0/AAnother-Plangothic-magisk-module/releases/download/null/Plangothic-magisk-module.zip", "changelog": "https://raw.githubusercontent.com/lakejason0/AAnother-Plangothic-magisk-module/main/extra/changelog.md"}

0 comments on commit 334aff0

Please sign in to comment.