Commit b047d33
fix: remove GH_TOKEN from build steps to prevent electron-builder auto-publish
electron-builder auto-publishes when GH_TOKEN is set and running on a tag event.
This conflicts with softprops/action-gh-release handling the release.
Also skip code signing in CI with CSC_IDENTITY_AUTO_DISCOVERY=false.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 0b45e01 commit b047d33
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | 69 | | |
72 | 70 | | |
73 | 71 | | |
| |||
101 | 99 | | |
102 | 100 | | |
103 | 101 | | |
104 | | - | |
105 | | - | |
106 | 102 | | |
107 | 103 | | |
108 | 104 | | |
| |||
0 commit comments