Skip to main content
Module

x/windmill/node_modules/denoify/tools/githubTags.d.ts>getLatestTag

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
function getLatestTag
import { getLatestTag } from "https://deno.land/x/windmill@v1.364.2/node_modules/denoify/tools/githubTags.d.ts";

Returns the same "latest" tag as deno.land/x, not actually the latest though

Parameters

params: { owner: string; repo: string; }

Returns

Promise<string | undefined>