diff --git a/.github/workflows/deploy_experimental_release.yml b/.github/workflows/deploy_experimental_release.yml index 1e7ce3847..dbff45f04 100644 --- a/.github/workflows/deploy_experimental_release.yml +++ b/.github/workflows/deploy_experimental_release.yml @@ -29,7 +29,7 @@ jobs: return "No previous release found."; } - const latestRelease = releases.data[0]; + const latestRelease = releases[0]; console.log(`Latest release found: ${latestRelease.tag_name} published at ${latestRelease.published_at}`); const { data: commits } = await github.rest.repos.listCommits({