Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 7858a5b

Browse files
committed
Update dependencies
1 parent 239c78b commit 7858a5b

File tree

3 files changed

+1456
-1632
lines changed

3 files changed

+1456
-1632
lines changed

lib/events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ const NpmVersionStep: NpmStep = {
412412
let tags: string[] = [];
413413
try {
414414
tags = await octokit.paginate(
415-
"GET /repos/:owner/:repo/tags",
415+
"GET /repos/{owner}/{repo}/tags",
416416
{
417417
owner: repo.owner,
418418
repo: repo.name,

0 commit comments

Comments
 (0)