Enhance issue body with CDN links for Tom Select

Updated the issue body to include CDN links for the latest Tom Select version.
This commit is contained in:
Mic 2026-02-19 22:29:52 +01:00 committed by GitHub
parent ec0a955feb
commit b2abad4b95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,11 @@ jobs:
owner,
repo,
title: issueTitle,
body: `Update Tom Select to version **${latestTag}**. https://github.com/orchidjs/tom-select/releases`
body: `Update Tom Select to version **${latestTag}**.
https://cdn.jsdelivr.net/npm/tom-select@${latestTag}/dist/js/tom-select.base.js
https://cdn.jsdelivr.net/npm/tom-select@${latestTag}/dist/css/tom-select.default.min.css`
});
core.info(`New issue created for version ${latestTag}.`);
}