pull/148/head
xiaojunnuo 2024-07-26 23:44:57 +08:00
parent 6e594ee66e
commit 9ac908ebee
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1 +1 @@
2
5