Skip to content

Commit

Permalink
Use correct URL
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Aug 1, 2024
1 parent a804356 commit ec0bb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/finalize-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = async ({ github, context, core }) => {
issue_number: context.payload.number,
body: `*Bleep bloop, I am a robot.*
A new release has been ${isDraft ? 'drafted' : 'created'} as ${releaseData.url}. Please review the details for accuracy.
A new release has been ${isDraft ? 'drafted' : 'created'} as ${releaseData.html_url}. Please review the details for accuracy.
`
})
}

0 comments on commit ec0bb30

Please sign in to comment.