diff --git a/.github/utils.js b/.github/utils.js index 6713c02..91d505c 100644 --- a/.github/utils.js +++ b/.github/utils.js @@ -19,7 +19,7 @@ const getAppVersion = async () => { const getLatestRelease = async () => { const repoLatestVersionRsp = await axios.get(`https://api.github.com/repos/${repo}/releases/latest`) - return repoLatestVersionRsp.data.name + return repoLatestVersionRsp.data } const createRelease = async (name, desc) => {