Fix snapshot publishing (#11429)

This commit is contained in:
Tyler Benson 2024-05-22 17:00:33 -04:00 committed by GitHub
parent 3896bca4f5
commit 174c9f1a8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ jobs:
SONATYPE_KEY: ${{ secrets.SONATYPE_KEY }}
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
GPG_PASSWORD: ${{ secrets.GPG_PASSWORD }}
run: ./gradlew assemble publishToSonatype
run: ./gradlew assemble spdxSbom publishToSonatype
- name: Build and publish gradle plugin snapshots
env: