template-package-listing icon indicating copy to clipboard operation
template-package-listing copied to clipboard

Generated site doesn't show latest package version

Open kurotu opened this issue 2 years ago • 0 comments

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

  1. Create a new repository from this template.
  2. Edit source.json
"githubRepos": {
  "kurotu/VRCQuestTools"
}
  1. Run the workflow.
  2. Open the built github page.
  3. Click ⓘ (i) button for "VRCQuestTools" package.
  4. 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.

kurotu avatar Apr 16 '23 06:04 kurotu