Skip to content

Commit d9f6e88

Browse files
committed
try to fix sign in macos builds
1 parent a3487bc commit d9f6e88

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.github/workflows/pipeline-build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
if: (vars.ENV == 'staging' || vars.ENV == 'development') && inputs.target == vars.ALL
6767
run: yarn package:stage
6868

69-
- name: Build linux packages (development)
69+
- name: Build linux packages (custom)
7070
if: inputs.target != vars.ALL
7171
run: |
7272
target=""

.github/workflows/pipeline-build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
mv release/mas-universal/Redis-Insight-mac-universal-mas.pkg release/Redis-Insight-mac-universal-mas.pkg
7777
7878
# handle manual builds
79-
- name: Build macos dmg (dev)
79+
- name: Build macos dmg (custom)
8080
if: inputs.target != vars.ALL
8181
run: |
8282
unset CSC_LINK

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"**/trim": "0.0.3",
7979
"word-wrap": "1.2.4",
8080
"**/semver": "^7.5.2",
81+
"@electron/notarize": "2.3.2",
8182
"rawproto/protobufjs": "^7.2.5",
8283
"webpack-bundle-analyzer/ws": "^7.5.10",
8384
"msw/path-to-regexp": "^6.3.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,10 +1190,10 @@
11901190
optionalDependencies:
11911191
global-agent "^3.0.0"
11921192

1193-
"@electron/[email protected]":
1194-
version "2.2.1"
1195-
resolved "https://registry.yarnpkg.com/@electron/notarize/-/notarize-2.2.1.tgz#d0aa6bc43cba830c41bfd840b85dbe0e273f59fe"
1196-
integrity sha512-aL+bFMIkpR0cmmj5Zgy0LMKEpgy43/hw5zadEArgmAMWWlKc5buwFvFT9G/o/YJkvXAJm5q3iuTuLaiaXW39sg==
1193+
"@electron/[email protected]", "@electron/[email protected]":
1194+
version "2.3.2"
1195+
resolved "https://registry.yarnpkg.com/@electron/notarize/-/notarize-2.3.2.tgz#20a52a961747be8542a35003380988a0d3fe15e6"
1196+
integrity sha512-zfayxCe19euNwRycCty1C7lF7snk9YwfRpB5M8GLr1a4ICH63znxaPNAubrMvj0yDvVozqfgsdYpXVUnpWBDpg==
11971197
dependencies:
11981198
debug "^4.1.1"
11991199
fs-extra "^9.0.1"

0 commit comments

Comments
 (0)