mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
chore: github action build
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
|||||||
// 打印 JSON 文件内容
|
// 打印 JSON 文件内容
|
||||||
console.log("certd_version:",pkg.version);
|
console.log("certd_version:",pkg.version);
|
||||||
// 输出 JSON 对象,可以在后续步骤中使用
|
// 输出 JSON 对象,可以在后续步骤中使用
|
||||||
return JSON.parse("0.0.5");
|
return {"version":"0.0.5"};
|
||||||
|
|
||||||
- name: Set up the working directory
|
- name: Set up the working directory
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
3
|
4
|
||||||
Reference in New Issue
Block a user