Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

Commit f3f5d27

Browse files
author
Snazzie
committed
pass env
1 parent 054436b commit f3f5d27

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
@@ -67,6 +67,8 @@ jobs:
6767
- uses: tauri-apps/tauri-action@v0
6868
env:
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70+
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
71+
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
7072
with:
7173
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
7274
releaseName: 'v__VERSION__'

0 commit comments

Comments
 (0)