Remove duplicate after sign hook (#7388)

The [afterSignHook](build/afterSignHook.js) script is already executed via electron-builder.json "afterSign" setting.
This commit is contained in:
Melroy van den Berg 2022-01-03 15:53:13 +01:00 committed by GitHub
parent 5a69c9f4e9
commit 82b9640387
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,6 @@ jobs:
yarn global add cross-env
yarn
yarn build
node ./build/afterSignHook.js
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NOTARIZATION_USERNAME: ${{ secrets.NOTARIZATION_USERNAME }}