update gh actions

This commit is contained in:
Ren Amamiya
2023-07-05 09:03:39 +07:00
parent 56f2954d0c
commit 8dc3077c74
2 changed files with 6 additions and 3 deletions

View File

@@ -60,6 +60,8 @@ jobs:
- uses: tauri-apps/tauri-action@dev
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: 'App v__VERSION__'