mirror of https://github.com/certd/certd
chore: github action build image
parent
d456ff9830
commit
e40bb9e14d
|
@ -36,7 +36,7 @@ jobs:
|
||||||
// 打印 JSON 文件内容
|
// 打印 JSON 文件内容
|
||||||
console.log("certd_version:",pkg.version);
|
console.log("certd_version:",pkg.version);
|
||||||
// 输出 JSON 对象,可以在后续步骤中使用
|
// 输出 JSON 对象,可以在后续步骤中使用
|
||||||
echo "{version}={0.0.5}" >> $GITHUB_OUTPUT
|
echo "version=0.0.5" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Set up the working directory
|
- name: Set up the working directory
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1
|
2
|
||||||
|
|
Loading…
Reference in New Issue