We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7de6f commit 9920f31Copy full SHA for 9920f31
.github/workflows/update-electron-types.yaml
@@ -40,7 +40,7 @@ jobs:
40
- name: Get new version
41
id: get-version
42
run: |
43
- NEW_VERSION=$(node -e "console.log(JSON.parse(require('fs').readFileSync('./pnpm-lock.yaml')).packages['node_modules/@comfyorg/comfyui-electron-types'].version)")
+ NEW_VERSION=$(pnpm list @comfyorg/comfyui-electron-types --json --depth=0 | jq -r '.[0].version')
44
echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_OUTPUT
45
46
- name: Create Pull Request
0 commit comments