release v0.1.3: bump version, fix publish auth across http->https redirect #3

Merged
eric merged 2 commits from v0.1.3-final into main 2026-09-08 04:01:45 +00:00

2 Commits

Author SHA1 Message Date
eric b8e9b65995 fix(ci): forward auth token across http->https redirect on release publish
curl drops the Authorization header when -L follows Gitea's 308 redirect from
http server_url to https, so the API replied 'token is required' and publish
failed with no release id. Add --location-trusted to every publish curl.
2026-09-07 21:01:34 -07:00
eric 29b048e066 chore(plugin): release v0.1.3 2026-09-07 21:01:21 -07:00