We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52aa208 commit 0f03060Copy full SHA for 0f03060
.github/workflows/publish.yml
@@ -52,6 +52,8 @@ jobs:
52
- name: Build and Publish Electron App
53
env:
54
APPLE_SIGNING_IDENTITY: ${{ env.CERT_ID }}
55
+ GITHUB_OWNER: ${{ github.repository_owner }}
56
+ GITHUB_REPO: ${{ github.event.repository.name }}
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
run: |
59
npm run publish -- --arch=x64
0 commit comments