From 9559bdf817067e553d400b0801cd3a2fc8ebba95 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Tue, 23 Jul 2024 13:27:17 +0800 Subject: [PATCH] chore: github action build --- .github/workflows/build-image.yml | 2 +- build.trigger | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 87722cf7..b97f9742 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -32,7 +32,7 @@ jobs: // 打印 JSON 文件内容 console.log("certd_version:",pkg.version); // 输出 JSON 对象,可以在后续步骤中使用 - return JSON.parse("0.0.5"); + return {"version":"0.0.5"}; - name: Set up the working directory run: | diff --git a/build.trigger b/build.trigger index e440e5c8..bf0d87ab 100644 --- a/build.trigger +++ b/build.trigger @@ -1 +1 @@ -3 \ No newline at end of file +4 \ No newline at end of file