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);
|
await Promise.allSettled(promises);
|
||||||
|
|
||||||
const releaseData = {
|
const releaseData = {
|
||||||
name: latestTag.name,
|
version: latestTag.name,
|
||||||
notes: `https://github.com/${repoMetaData.owner}/${repoMetaData.repo}/releases/tag/${latestTag.name}`,
|
notes: `https://github.com/${repoMetaData.owner}/${repoMetaData.repo}/releases/tag/${latestTag.name}`,
|
||||||
pub_date: new Date().toISOString(),
|
pub_date: new Date().toISOString(),
|
||||||
platforms: {},
|
platforms: {},
|
||||||
|
|||||||
Reference in New Issue
Block a user