We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71cf336 commit 73fbd22Copy full SHA for 73fbd22
.github/workflows/tauri.yaml
@@ -50,6 +50,7 @@ jobs:
50
- uses: tauri-apps/tauri-action@v0
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
+ TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
54
with:
55
projectPath: ./frontend
56
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
0 commit comments