Skip to content

Commit f9556a0

Browse files
committed
correct query param name
1 parent 425187d commit f9556a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ async function latestTagForBranch(allTags, branch) {
163163
let opts = {
164164
cursor: cursor,
165165
depth: isAbsolute ? 20 : 100,
166-
includePrs: isAbsolute,
166+
includePRs: isAbsolute,
167167
until: until,
168168
}
169169

0 commit comments

Comments
 (0)