Skip to content

Commit be08067

Browse files
committed
fix CI
1 parent a1306b3 commit be08067

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

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

3131
- name: Package Electron app
3232
run: npm run build:${{ matrix.os == 'windows-latest' && 'win' || (matrix.os == 'macos-latest' && 'mac' || 'linux') }}
33+
env:
34+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3335

3436
- name: Upload build artifacts
3537
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)