Skip to content

Commit

Permalink
Update to Margo 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed May 16, 2024
1 parent 0b08102 commit afd862f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string> {
let authFn = authAction.createActionAuth();
Expand Down

0 comments on commit afd862f

Please sign in to comment.