diff --git a/src/download/download-latest.ts b/src/download/download-latest.ts index 9b9c2eb..153fefa 100644 --- a/src/download/download-latest.ts +++ b/src/download/download-latest.ts @@ -1,7 +1,7 @@ import { OWNER, REPO } from "../utils/constants"; import * as github from "@actions/github"; -export async function getLatestReleaseVersion(githubToken: string) { +export async function getLatestVersion(githubToken: string) { const octokit = github.getOctokit(githubToken); const { data: latestRelease } = await octokit.rest.repos.getLatestRelease({