We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a43cb commit ebda26cCopy full SHA for ebda26c
1 file changed
.github/workflows/release-build.yml
@@ -141,7 +141,7 @@ jobs:
141
if: runner.os == 'Windows'
142
shell: bash
143
run: |
144
- smctl credentials save ${SM_API_KEY} ${SM_CLIENT_CERT_PASSWORD}
+ # smctl credentials save ${SM_API_KEY} ${SM_CLIENT_CERT_PASSWORD}
145
NODE_OPTIONS='--max_old_space_size=6144' npm run package:windows:unpacked -w insomnia
146
env:
147
SM_HOST: ${{ vars.DIGICERT_SM_HOST }}
0 commit comments