From d20494ac368d731b0b68ef774c5e09e37cee5202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?pollenJP=28=40=27=CF=89=27=40=29?= Date: Sat, 30 Nov 2024 09:27:48 +0900 Subject: [PATCH] Update src/download/download-latest.ts Co-authored-by: Kevin Stillhammer --- src/download/download-latest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({