Skip to content

Commit

Permalink
Update release script to open correct github url
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Nov 28, 2024
1 parent d007253 commit 440439c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async function release() {

open(
githubRelease({
repoUrl: packageJson.repository.url || packageJson.repository,
repoUrl: (packageJson.repository.url || packageJson.repository).replace('.git', ''),
tag: nextVersion,
title: nextVersion,
})
Expand Down

0 comments on commit 440439c

Please sign in to comment.