-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Title: Install workflow fails with 404 error when using tags
Description:
The Install Script Test workflow fails with a 404 error when triggered on tags/releases.
Failed Job:
https://github.com/calypr/git-drs/actions/runs/21888122076/job/63187816255
Error:
curl: (56) The requested URL returned error: 404
##[error]Process completed with exit code 1.
Root Cause:
The workflow hardcodes /refs/heads/ in the install script URL, but tags are not under this path.
Solution:
Remove /refs/heads/ from the URL and use the ref name directly so the script works for both branches and tags.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels