fix(custom-github-provider): decode tag from href to handle URL encoding

This commit is contained in:
DIYgod 2025-10-25 10:23:16 +08:00
parent 2f9f5a4f20
commit efd095fb73
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ export class CustomGitHubProvider extends BaseGitHubProvider<GithubUpdateInfo> {
}
// This Release's Tag
const hrefTag = hrefElement[1]!
const hrefTag = decodeURIComponent(hrefElement[1]!)
logger.debug(`Entry #${entryCount}: Processing tag: ${hrefTag}`)
// Get Channel from this release's tag