You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For repositories where a branch has the same name as the tag, fetching the alternate URL for the zipball does not work since the logic assigns the results of the alternate fetching to a local variable which is lost at the end of the method.
Steps to Reproduce
Try to perform a release on a repository with a tag and a branch with the same name.
The release will fail with a status 300.
Expected behavior
The alternate zipball URL should be fetched.
The text was updated successfully, but these errors were encountered:
ptamarit
changed the title
GitHub alternate zipball URL not fetched when tag and branch having same name
GitHub alternate zipball URL not set when tag and branch having same name
Sep 6, 2024
Package version (if known): 1.5.2
Describe the bug
For repositories where a branch has the same name as the tag, fetching the alternate URL for the zipball does not work since the logic assigns the results of the alternate fetching to a local variable which is lost at the end of the method.
Steps to Reproduce
Expected behavior
The alternate zipball URL should be fetched.
The text was updated successfully, but these errors were encountered: