We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f097a7a commit 6869f35Copy full SHA for 6869f35
.github/workflows/release.yml
@@ -119,7 +119,7 @@ jobs:
119
git config --global user.name "GitHub Actions"
120
git pull
121
122
- - name: Set up JDK
+ - name: Set up JDK OSSRH
123
uses: actions/setup-java@v4
124
with: # running setup-java again overwrites the settings.xml
125
java-version: '17'
@@ -130,7 +130,7 @@ jobs:
130
gpg-passphrase: MAVEN_GPG_PASSPHRASE
131
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
132
133
- - name: Publish
+ - name: Publish to OSSRH
134
run: |
135
modules=("bom")
136
dependency_management_block=$(grep -ozP '<dependencyManagement>(\r|\n|.)*<\/dependencyManagement>' 'bom/pom.xml' | tr -d '\0')
0 commit comments