Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated site doesn't show latest package version #7

Open
kurotu opened this issue Apr 16, 2023 · 0 comments
Open

Generated site doesn't show latest package version #7

kurotu opened this issue Apr 16, 2023 · 0 comments

Comments

@kurotu
Copy link

kurotu commented Apr 16, 2023

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant