Skip to content

Commit 0f03060

Browse files
committed
fix ci... again
1 parent 52aa208 commit 0f03060

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
- name: Build and Publish Electron App
5353
env:
5454
APPLE_SIGNING_IDENTITY: ${{ env.CERT_ID }}
55+
GITHUB_OWNER: ${{ github.repository_owner }}
56+
GITHUB_REPO: ${{ github.event.repository.name }}
5557
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5658
run: |
5759
npm run publish -- --arch=x64

0 commit comments

Comments
 (0)