mirror of https://github.com/certd/certd
chore:
parent
6e594ee66e
commit
9ac908ebee
|
@ -15,6 +15,8 @@ jobs:
|
|||
deploy-certd-demo:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
- name: get_certd_version
|
||||
id: get_certd_version
|
||||
uses: actions/github-script@v6
|
||||
|
@ -23,8 +25,6 @@ jobs:
|
|||
script: |
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const pnpmWorkspace = "./pnpm-workspace.yaml";
|
||||
fs.unlinkSync(pnpmWorkspace)
|
||||
const jsonFilePath = "./packages/ui/certd-server/package.json";
|
||||
const jsonContent = fs.readFileSync(jsonFilePath, 'utf-8');
|
||||
const pkg = JSON.parse(jsonContent)
|
||||
|
|
|
@ -1 +1 @@
|
|||
2
|
||||
5
|
||||
|
|
Loading…
Reference in New Issue