Slashes in tags are mishandled #22

Closed
opened 2024-08-17 16:06:16 +00:00 by Ghost · 1 comment

local id=$(api GET repos/$REPO/releases/tags/$TAG | jq --raw-output .id)


in lines like that, $TAG isn't URL-encoded, which leads to 404/405 errors

https://code.forgejo.org/actions/forgejo-release/src/commit/39501b1a89ced5db8a2c93798bd62e0a97486ade/forgejo-release.sh#L67 in lines like that, `$TAG` isn't URL-encoded, which leads to 404/405 errors
Ghost changed title from Slashes in tag names are mishandled to Slashes in tags are mishandled 2024-08-17 16:06:33 +00:00
Contributor

Just stumbled across this one. Will give it a try

Just stumbled across this one. Will give it a try
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
actions/forgejo-release#22
No description provided.