Skip to content

Commit 06fbc91

Browse files
authored
Merge pull request #825 from complexdatacollective/release/6.5.2
Release/6.5.2
2 parents eaca332 + 93e6d9b commit 06fbc91

File tree

6 files changed

+20
-29
lines changed

6 files changed

+20
-29
lines changed

.github/workflows/dist.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ jobs:
4040
- name: Install node modules
4141
run: npm install
4242

43-
- name: Delete current release assets
44-
uses: Kellojo/[email protected]
45-
with:
46-
delete-only-drafts: true
47-
github-access-token: ${{ secrets.GITHUB_TOKEN }}
48-
4943
- name: Linux build
5044
run: npm run dist:linux -- --publish always
5145
env:

build-resources/scripts/afterSignHook.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const path = require('path');
55
const electronNotarize = require('@electron/notarize');
66

77
async function note(params) {
8-
// Only notarize the app on Mac OS only.
8+
// Only notarize the app on macOS.
99
if (process.platform !== 'darwin') {
1010
return;
1111
}
@@ -22,9 +22,9 @@ async function note(params) {
2222
tool: 'notarytool',
2323
appBundleId: 'NetworkCanvasArchitect',
2424
appPath,
25-
appleApiKey: '~/.private_keys/AuthKey_J58L47W6H9.p8',
26-
appleApiKeyId: 'J58L47W6H9', // This is taken from the filename of the .p8 file in your icloud drive
27-
appleApiIssuer: '69a6de92-60bf-47e3-e053-5b8c7c11a4d1',
25+
appleApiKey: '~/.private_keys/AuthKey_A78M67RCH9.p8',
26+
appleApiKeyId: 'A78M67RCH9', // Taken from https://appstoreconnect.apple.com/access/integrations/api
27+
appleApiIssuer: '69a6de92-60bf-47e3-e053-5b8c7c11a4d1',// As above
2828
});
2929

3030
console.log('Done notarizing Architect');

network-canvas

package-lock.json

Lines changed: 12 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "network-canvas-architect",
3-
"version": "6.5.1",
3+
"version": "6.5.2",
44
"productName": "Network Canvas Architect",
55
"description": "A tool for building Network Canvas interviews.",
66
"author": "Complex Data Collective <[email protected]>",
@@ -49,7 +49,7 @@
4949
"@babel/plugin-proposal-class-properties": "^7.12.1",
5050
"@babel/preset-react": "^7.12.1",
5151
"@codaco/ui": "^5.8.5",
52-
"@electron/notarize": "^1.2.3",
52+
"@electron/notarize": "^2.3.0",
5353
"@material-ui/icons": "^4.11.2",
5454
"@tippyjs/react": "^4.2.5",
5555
"animejs": "^2.2.0",

public/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "network-canvas-architect",
3-
"version": "6.5.1",
3+
"version": "6.5.2",
44
"productName": "Network Canvas Architect",
55
"description": "A tool for building Network Canvas interviews.",
66
"author": "Complex Data Collective",

0 commit comments

Comments
 (0)