Missing tag in Gitlab EE 18.5.0
Summary
As part of SOX compliance reporting, it was recently noticed that the gitlab-rails project yarn.lock contains a tag that does not exist in the repo. Here's the relevant section:
"@gitlab/web-ide@^0.0.1-dev-20250930153347":
version "0.0.1-dev-20250930153347"
resolved "https://registry.yarnpkg.com/@gitlab/web-ide/-/web-ide-0.0.1-dev-20250930153347.tgz#41b7d9231ce2beaeb81d62a15b2f9e4227f5e099"
integrity sha512-dBNLXezQ98H5bIvIgT2lBFDRaD3aQBVOxs/lZtYpIF78mbwcdCidzV8U/VsY6zdi7uGOB2Ki1Acyv7Z6ZHOZQA==
Unfortunately, this version is not found using https://gitlab.com/api/v4/projects/35104827/repository/tags?search=0.0.1-dev-20250930153347.
Steps to reproduce
Go to https://gitlab.com/api/v4/projects/35104827/repository/tags?search=0.0.1-dev-20250930153347 and see there is no tag.
What is the current bug behavior?
The search ends up finding no results for the tag.
What is the expected correct behavior?
The tag should be included in https://gitlab.com/gitlab-org/gitlab-web-ide/-/tags
Relevant logs and/or screenshots
Possible fixes
It looks like there was another tag made about the same time which may be the source which may have lead to both tags not being pushed https://gitlab.com/gitlab-org/gitlab-web-ide/-/tags/0.0.1-dev-20250930153552