Skip to content

Commit

Permalink
correct query param name
Browse files Browse the repository at this point in the history
  • Loading branch information
clong- committed Jan 14, 2025
1 parent 425187d commit f9556a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ async function latestTagForBranch(allTags, branch) {
let opts = {
cursor: cursor,
depth: isAbsolute ? 20 : 100,
includePrs: isAbsolute,
includePRs: isAbsolute,
until: until,
}

Expand Down

0 comments on commit f9556a0

Please sign in to comment.