fix(ci): follow Gitea http->https redirect when publishing releases #1
Reference in New Issue
Block a user
Delete Branch "ci-publish-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.