Skip to content

Commit 112be77

Browse files
committed
Disable macOS signing discovery for unsigned releases
1 parent 95c3be2 commit 112be77

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
APPLE_ID: ${{ secrets.APPLE_ID }}
109109
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
110110
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
111+
CSC_IDENTITY_AUTO_DISCOVERY: false
111112
ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES: true
112113

113114
- name: Upload build artifacts

docs/RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ Manual build:
5353
Tagged release:
5454

5555
```bash
56-
git tag v0.3.3
57-
git push origin v0.3.3
56+
git tag v0.3.4
57+
git push origin v0.3.4
5858
```
5959

6060
The tag build uploads artifacts and publishes them as GitHub Release assets.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rigscope",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"private": true,
55
"description": "Cross-platform local hardware inventory, diagnostics, benchmark, and stress-test dashboard.",
66
"main": "electron/main.js",

0 commit comments

Comments
 (0)