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 8bbe363 commit 332ad54Copy full SHA for 332ad54
.github/workflows/desktop.yml
@@ -51,6 +51,8 @@ jobs:
51
- uses: tauri-apps/tauri-action@v0
52
env:
53
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
+ TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
55
+ TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
56
with:
57
tagName: __VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
58
releaseName: "androidInReact v__VERSION__"
0 commit comments