We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61acc9 commit 0f88b70Copy full SHA for 0f88b70
.github/workflows/publish.yaml
@@ -38,6 +38,7 @@ jobs:
38
- uses: tauri-apps/tauri-action@v0
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
+ TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
42
with:
43
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
44
releaseName: 'App v__VERSION__'
0 commit comments