Skip to content

Commit 663ab92

Browse files
committed
fix: provide GITHUB_TOKEN to electron-builder
1 parent b55d5d7 commit 663ab92

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131

3232
- name: Build and Package
3333
# We build but DO NOT publish here to avoid race conditions and triple release notes
34+
env:
35+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3436
run: |
3537
npm run build
3638
if [ "${{ matrix.os }}" == "ubuntu-latest" ]; then

0 commit comments

Comments
 (0)