fix: removed github url

This commit is contained in:
Ankio
2023-11-01 08:11:04 +08:00
parent cf290252e4
commit 82350e1ed7
6 changed files with 47 additions and 18 deletions
+1 -1
View File
@@ -388,7 +388,7 @@ function fillAdditionalPlaceholders(
}
placeholderMap.set(
'RELEASE_DIFF',
`https://github.com/${options.owner}/${options.repo}/compare/${options.fromTag.name}...${options.toTag.name}`
`${options.repositoryUtils.homeUrl}/${options.owner}/${options.repo}/compare/${options.fromTag.name}...${options.toTag.name}`
)
}