fix: pass signing secrets to tagged release build in GitHub Actions
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user