mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
46a624f02e
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>