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

仓库 tags 问题 #1405

Open
5 tasks done
k0baya opened this issue May 3, 2024 · 0 comments
Open
5 tasks done

仓库 tags 问题 #1405

k0baya opened this issue May 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@k0baya
Copy link

k0baya commented May 3, 2024

例行检查

  • 我已确认目前没有类似 issue
  • 我已确认我已升级到最新版本
  • 我已完整查看过项目 README,尤其是常见问题部分
  • 我理解并愿意跟进此 issue,协助测试和提供反馈
  • 我理解并认可上述内容,并理解项目维护者精力有限,不遵循规则的 issue 可能会被无视或直接关闭

问题描述
有一个 tags 的版本号少打了个0,导致 github api 读取到的最新版本号一直为 v.5.3-alpha.3
出现问题的 tags :v.5.3-alpha.3

复现步骤
请求 https://api.github.com/repos/songquanpeng/one-api/tags

预期结果

  {
    "name": "v.5.3-alpha.3",
    "zipball_url": "https://api.github.com/repos/songquanpeng/one-api/zipball/refs/tags/v.5.3-alpha.3",
    "tarball_url": "https://api.github.com/repos/songquanpeng/one-api/tarball/refs/tags/v.5.3-alpha.3",
    "commit": {
      "sha": "466005de07c668e620c2539a9c96230d2534102b",
      "url": "https://api.github.com/repos/songquanpeng/one-api/commits/466005de07c668e620c2539a9c96230d2534102b"
    },
    "node_id": "REF_kwDOJaAslLdyZWZzL3RhZ3Mvdi41LjMtYWxwaGEuMw"
  },

以上 tags 信息被一直当作最新 tags。

@k0baya k0baya added the bug Something isn't working label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant