Skip to content

Commit a003909

Browse files
committed
fix(ci): failing Electron Forge publish
Follow up to #370. Log from failed publish: https://github.com/PostHog/Array/actions/runs/20420269519/job/58670507454
1 parent c7094e1 commit a003909

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,5 @@ jobs:
117117
- name: Publish with Electron Forge
118118
env:
119119
APP_VERSION: ${{ steps.version.outputs.version }}
120+
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
120121
run: pnpm --filter array run publish

0 commit comments

Comments
 (0)