update key from name to version as required by v2 tauri
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ async function createTauriRelease() {
|
||||
await Promise.allSettled(promises);
|
||||
|
||||
const releaseData = {
|
||||
name: latestTag.name,
|
||||
version: latestTag.name,
|
||||
notes: `https://github.com/${repoMetaData.owner}/${repoMetaData.repo}/releases/tag/${latestTag.name}`,
|
||||
pub_date: new Date().toISOString(),
|
||||
platforms: {},
|
||||
|
||||
Reference in New Issue
Block a user