diff --git a/src/index.ts b/src/index.ts index 3dbfefc..a90df1d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,7 +7,7 @@ import * as authAction from "@octokit/auth-action"; const owner = "integer32llc"; const repo = "margo"; -const tag = "0.1.3"; +const tag = "0.1.7"; async function downloadStaticRegistryTool(): Promise { let authFn = authAction.createActionAuth();