Skip to content

Commit 0f88b70

Browse files
committed
add tauri private key
1 parent a61acc9 commit 0f88b70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- uses: tauri-apps/tauri-action@v0
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
4142
with:
4243
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
4344
releaseName: 'App v__VERSION__'

0 commit comments

Comments
 (0)