template-package-listing
template-package-listing copied to clipboard
Generated site doesn't show latest package version
Description
Generated site doesn't show the latest package version.
The latest version of the package is v1.10.1, but the page shows v1.9.1.
How to Reproduce
- Create a new repository from this template.
- Edit
source.json
"githubRepos": {
"kurotu/VRCQuestTools"
}
- Run the workflow.
- Open the built github page.
- Click ⓘ (i) button for "VRCQuestTools" package.
- The dialog shows v1.9.1 instead of v1.10.1.
Additional Contexts
- Template commit: https://github.com/vrchat-community/template-package-listing/commit/829d05aad4db99ce22a708821fc0d936e8f448b0
- Tested page: https://kurotu.github.io/vpm-repos-personal/
index.json properly contains v1.9.1, v1.10.1 and others. But the built app.js contains only v1.9.1 info. I think the build action doesn't identify the latest version based on semver.