fix: pass signing secrets to tagged release build in GitHub Actions

This commit is contained in:
2026-04-16 03:23:34 +02:00
parent ff85aa6f94
commit 258670eb9d

View File

@@ -157,6 +157,9 @@ jobs:
test -f gradle/verification-metadata.xml test -f gradle/verification-metadata.xml
- name: Build release distribution, signed Maven bundle, and SBOM - name: Build release distribution, signed Maven bundle, and SBOM
env:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
run: ./gradlew --no-daemon clean build pmdMain javadoc jacocoTestReport distZip cyclonedxBom centralBundle run: ./gradlew --no-daemon clean build pmdMain javadoc jacocoTestReport distZip cyclonedxBom centralBundle
- name: Publish bundle to Maven Central - name: Publish bundle to Maven Central