fix(ci): follow Gitea http->https redirect when publishing releases #1

Merged
eric merged 1 commits from ci-publish-fix into main 2026-09-08 03:56:33 +00:00
Owner

Publish step died under pipefail because server_url is http and Gitea 308-redirects the create-release POST (v0.1.3 tag run failed). Add -L, reuse existing release on retry, parse with python3.

Publish step died under pipefail because server_url is http and Gitea 308-redirects the create-release POST (v0.1.3 tag run failed). Add -L, reuse existing release on retry, parse with python3.
eric added 1 commit 2026-09-08 03:56:24 +00:00
server_url resolves to http and Gitea answers the create-release POST with a
308 redirect; curl without -L returned an empty body and the grep-based id
extraction failed under set -e/pipefail, failing v0.1.3 publish. Add -L,
reuse an existing release on retry, and parse with python3.
eric merged commit 932171c34d into main 2026-09-08 03:56:33 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: eric/meshtastic#1