mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-04-05 23:25:19 -04:00
Update src/download/download-latest.ts
Co-authored-by: Kevin Stillhammer <kevin.stillhammer@gmail.com>
This commit is contained in:
parent
170dfd48ce
commit
d20494ac36
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Reference in a new issue