diff --git a/src/index.ts b/src/index.ts index 4eec175..e37f13d 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.1"; +const tag = "0.1.2"; async function downloadStaticRegistryTool(): Promise { let authFn = authAction.createActionAuth();