mirror of
https://github.com/nextcloud/server
synced 2026-05-31 13:00:05 +09:00
The workflow triggers on `release: published` which only fires from the default branch. Since the releases repo default branch is `main` (not `master` synced from server), the workflow never triggered from here. Move it to nextcloud-releases/server where it belongs alongside other release infrastructure. Also adds HTML changelog generation and attaches it as a release asset for the marketing team. Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>