Meld Nightly flatpak isn't tracking main branch

Meld installed via GNOME Nightly repo is still pre-gtk4 port. And when I tried to install flatpak bundle from Update Brazilian Portuguese translation (9c4be506) · Commits · GNOME / meld · GitLab I got this error:

Error installing bundle: GPG verification enabled, but no signatures found (use gpg-verify=false in remote config to disable)

Could it be related?

Meld installed via GNOME Nightly repo is still pre-gtk4 port.

Yeah the main branch hasn’t properly passed since the GTK 4 merge because the macOS builds are failing; they haven’t been ported to GTK 4 yet. Possibly I’ll look at marking them allowed-to-fail for the meantime so that the flatpaks get published.

Error installing bundle: GPG verification enabled, but no signatures found (use gpg-verify=false in remote config to disable)

This isn’t familiar to me I’m sorry. Possibly the signing happens as part of the publish step instead of during the flatpak build?

This should get the nightly publish job going again.

That’s been merged now, so with any luck the next nightly flatpak build will be the GTK 4 port.

That works, thank you both!