Skip to content

Commit

Permalink
Update get-version.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
idodod authored Apr 18, 2024
1 parent 9561f41 commit 6686bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/get-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export async function getVersionObject(
});
const versions = (
await octokit.paginate("GET /repos/{owner}/{repo}/releases", {
owner: "earthly",
owner: "idodod",
repo: "earthly",
per_page: 100,
})
Expand Down

0 comments on commit 6686bfe

Please sign in to comment.