Skip to content

Commit e651d87

Browse files
johannesjoclaude
andcommitted
fix(build): disable electron-builder auto-publish on git tag
The workflow already uploads artifacts via softprops/action-gh-release, so electron-builder's implicit publish (triggered by git tag) is not needed and fails without GH_TOKEN. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 30b3ed4 commit e651d87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
APPLE_API_KEY: ~/private_keys/AuthKey.p8
103103
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
104104
APPLE_API_ISSUER: ${{ secrets.APPLE_API_ISSUER }}
105-
run: npm run build -- --universal
105+
run: npm run build -- --universal --publish never
106106

107107
- name: Upload artifacts
108108
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)