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 d380a7c commit dbd6ccaCopy full SHA for dbd6cca
.github/workflows/dry-run.yml
@@ -26,6 +26,7 @@ jobs:
26
npm run web-install
27
npm run electron-install
28
npm run zod-models-install
29
+ npm run zod-models-build
30
shell: bash
31
- name: setup for codesigning (macos only)
32
if: ${{ runner.os == 'macOs' }}
.github/workflows/release.yml
@@ -37,6 +37,7 @@ jobs:
37
38
39
40
41
42
43
0 commit comments