chore: github action build

pull/101/head
xiaojunnuo 2024-07-23 13:27:17 +08:00
parent 5a88b8c24e
commit 9559bdf817
2 changed files with 2 additions and 2 deletions

View File

@ -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: |

View File

@ -1 +1 @@
3
4