Files
notify-bridge/.gitea/workflows
alexei.dolgolyov 56b345188e
Release / release (push) Failing after 1m53s
ci: consolidate release.yml into single checkout step
The two-step pattern (sparse-checkout RELEASE_NOTES.md, then full
checkout) left sparse-checkout config active on the workspace, so the
second checkout still only restored RELEASE_NOTES.md. Docker build
then failed with "open Dockerfile: no such file or directory".

Since both RELEASE_NOTES.md and the full source are needed in the same
job, one full checkout is simpler and correct.
2026-04-21 19:50:49 +03:00
..