Skip to content

Commit b54f47a

Browse files
author
xiaoma
committed
新增构建环境变量
1 parent d9963c5 commit b54f47a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969

7070
- name: Build the app
7171
uses: tauri-apps/tauri-action@v0
72-
# env:
73-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72+
env:
73+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7474
# TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
7575
# TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
7676
with:

0 commit comments

Comments
 (0)