Skip to content

Commit

Permalink
fix: compatible the release name contain slashes
Browse files Browse the repository at this point in the history
Signed-off-by: mingfu <[email protected]>
  • Loading branch information
nanjingfm committed Aug 21, 2023
1 parent 86e2c52 commit b159d23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export const ReleasesCard = (props: ReleasesCardProps) => {
href={
project_web_url +
'/-/releases/' +
release.tag_name
encodeURIComponent(release.tag_name)
}
color="inherit"
target="_blank"
Expand Down

0 comments on commit b159d23

Please sign in to comment.