diff --git a/jreleaser.yml b/jreleaser.yml index 8cbc5506..24dfb7e7 100644 --- a/jreleaser.yml +++ b/jreleaser.yml @@ -34,7 +34,8 @@ project: signing: active: ALWAYS - armored: true + pgp: + armored: true release: github: @@ -76,6 +77,10 @@ checksum: algorithms: - SHA_256 +catalog: + github: + active: ALWAYS + deploy: maven: mavenCentral: @@ -90,5 +95,6 @@ deploy: - build/staging-deploy announce: - discord: - active: ALWAYS + webhooks: + discord: + active: ALWAYS