jitpack / jitpack.io

Documentation and issues of https://jitpack.io
MIT License
2.49k stars 173 forks source link

Race condition resulting in failed build #6337

Open Osiris-Team opened 1 week ago

Osiris-Team commented 1 week ago

Describe the bug See below:

To Reproduce Steps to reproduce the behavior:

  1. Create a release of your library over GitHub
  2. Do NOT fetch it via Jitpack website yet
  3. Now go into your IDE and update the library there and refresh your project to update the dependencies
  4. Go to the Jitpack website and also fetch the latest release there
  5. Voila the latest release will never build successfully.

Expected behavior Build success of latest release on jitpack.io no matter if user fetches latest release from IDE (thus triggering the build at jitpack.io) and Jitpack at the same time.