Skip to content

Commit

Permalink
chore: anothe test change
Browse files Browse the repository at this point in the history
  • Loading branch information
renejfc committed Feb 21, 2025
1 parent b432495 commit 203c725
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/scripts/preview-comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ bun add -g ${shortUrl}
const getNextVersion = (existingComment) => {
if (!existingComment?.body) return 1
const match = existingComment.body.match(/v(\d+) /)

const currentVersion = Number.parseInt(match[1], 10)
return currentVersion + 1
}
Expand Down

0 comments on commit 203c725

Please sign in to comment.