Andreas Wrede
f7320644f3
fix: avoid SIGPIPE in changelog step by using grep -m 1
...
Replacing head -1 (and the broken head -2|tail -1 attempt) with grep -m 1
stops grep after the first match, eliminating the SIGPIPE that caused exit 141.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-30 15:06:19 -04:00
Andreas Wrede
d39c0da5fe
fix: use GITHUB_REF/GITHUB_OUTPUT in release workflow
...
Gitea Actions uses GitHub-compatible variable names, not GITEA_* variants.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-30 14:47:42 -04:00
Andreas Wrede
4160e34a96
chore: remove commented-out step from release workflow
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-05-13 00:02:24 -04:00
Andreas Wrede
ab37ac7194
undo last
Release / release (push) Failing after 5s
2026-05-02 08:51:12 -04:00
Andreas Wrede
6239825f43
allow manual release workflow
2026-05-02 08:50:37 -04:00
andreas
f61f7aebc2
Use python3 consistently
2026-04-19 09:49:30 +02:00
Andreas Wrede
68b1c65384
version 5.0.10
2026-04-07 14:15:46 -04:00
Andreas Wrede
e4ecb8723f
release a pypi package on gitea
2026-04-07 14:10:07 -04:00
Andreas Wrede
43fad7beed
fix release.yml for freebsd runner
2026-04-04 15:11:56 -04:00
Andreas Wrede
2373b55d8b
fix actions host label. cp[e woth debian flavor sed
2026-04-04 14:43:07 -04:00
Andreas Wrede
190199b36d
Add a release workflow
2026-04-04 13:00:17 -04:00