WebClients icon indicating copy to clipboard operation
WebClients copied to clipboard

proton-inbox-desktop tags were deleted, no longer has any tags

Open AlphaLynx0 opened this issue 3 months ago • 1 comments

We are happy to answer your questions about the code or discuss technical ideas.

Please complete the following checklist (by adding [x]):

  • [x] I have searched open and closed issues for duplicates
  • [x] This isn't a feature request
  • [x] This is not a report about my app not working as expected

It seems like every proton-inbox-desktop@version git tag was deleted. This created an issue for users on Arch Linux using the AUR package proton-mail, because it downloaded the source code using the tarball that GitHub generates for all tags. Since the tag was deleted, the tarball returned a 404.

To Reproduce: curl -L https://github.com/ProtonMail/WebClients/archive/refs/tags/[email protected]

observe that 404: Not Found is returned.

Other projects, for example proton-pass, still have their git tags, so: curl -L https://github.com/ProtonMail/WebClients/archive/refs/tags/[email protected] works as expected.

Expected Behavior: The git tags for all projects and their release versions (especially [email protected]) in the monorepo continue to exist so we can use the tarball to retrieve the latest stable release.

If this something you can do?

AlphaLynx0 avatar Oct 14 '25 02:10 AlphaLynx0

Proton Pass and Proton Wallet have this issue now too (which affects building my AUR proton-pass package)

TheComputerGuy96 avatar Nov 09 '25 08:11 TheComputerGuy96