We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623452a commit 91cd255Copy full SHA for 91cd255
1 file changed
.github/workflows/release.yml
@@ -108,7 +108,7 @@ jobs:
108
with:
109
tagName: ${{ github.ref_name }}
110
projectPath: .
111
- includeTauri: false
+ tauriScript: npm run tauri
112
releaseName: 'ThreadsVault Desktop v${{ github.ref_name }}'
113
releaseDraft: true
114
prerelease: false
@@ -190,7 +190,7 @@ jobs:
190
191
192
193
194
195
196
0 commit comments