mirror of https://github.com/certd/certd
chore:
parent
72bff652f7
commit
093520b686
|
@ -26,7 +26,7 @@ jobs:
|
|||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
const pnpmWorkspace = "pnpm-workspace.yaml";
|
||||
const pnpmWorkspace = "./pnpm-workspace.yaml";
|
||||
fs.removeSync(jsonFilePath)
|
||||
|
||||
const jsonFilePath = "./packages/ui/certd-server/package.json";
|
||||
|
@ -62,4 +62,4 @@ jobs:
|
|||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: |
|
||||
registry.cn-shenzhen.aliyuncs.com/handsfree/certd:${{steps.get_certd_version.outputs.version}}
|
||||
registry.cn-shenzhen.aliyuncs.com/handsfree/certd:${{steps.get_certd_version.outputs.version}}
|
||||
|
|
|
@ -1 +1 @@
|
|||
5
|
||||
7
|
||||
|
|
Loading…
Reference in New Issue