From 334aff0a92066197e2b284b41da1763c57be1810 Mon Sep 17 00:00:00 2001 From: lakejason0 Date: Mon, 11 Dec 2023 13:11:43 +0800 Subject: [PATCH] Update --- .github/workflows/check_release.yml | 5 +++++ extra/changelog_latest.md | 4 ++-- module.prop | 2 +- version.json | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check_release.yml b/.github/workflows/check_release.yml index 8f04d8a..efb9acf 100644 --- a/.github/workflows/check_release.yml +++ b/.github/workflows/check_release.yml @@ -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" diff --git a/extra/changelog_latest.md b/extra/changelog_latest.md index 84a4ec8..bf63324 100644 --- a/extra/changelog_latest.md +++ b/extra/changelog_latest.md @@ -1,3 +1,3 @@ -# null -Bump version to `null`. +# V1.8.5752 +Bump version to `V1.8.5752`. diff --git a/module.prop b/module.prop index e46062a..6c0b638 100644 --- a/module.prop +++ b/module.prop @@ -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 。 diff --git a/version.json b/version.json index b8a34af..f67e51c 100644 --- a/version.json +++ b/version.json @@ -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"}