mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-06-17 10:14:13 +00:00
- goreleaser: 'cd core && go mod tidy' didn't work — hooks run via exec, not shell. Switched to 'go -C core mod tidy' which is shell-free. - release-apt: remove redundant mv that renamed file to itself (PKG_NAME and target name were identical, dpkg-deb already named it correctly) - bump VERSION to 0.122.5 for second pipeline test