File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -140,21 +140,6 @@ jobs:
140
140
git config --global user.name "GitHub Actions"
141
141
git pull
142
142
143
- - name : Set up JDK
144
- uses : actions/setup-java@v4
145
- with : # running setup-java overwrites the settings.xml
146
- distribution : ' temurin'
147
- java-version : ' 17'
148
- gpg-passphrase : MAVEN_GPG_PASSPHRASE
149
- gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Only import once
150
-
151
- - name : Publish to Central Portal
152
- run : ../mvnw -B deploy -P publish -DskipTests -DaltDeploymentRepository=github::https://maven.pkg.github.com/${{ github.repository }}
153
- env :
154
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
155
- MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
156
- working-directory : ${{ env.PRIMARY_MAVEN_MODULE }}
157
-
158
143
- name : Set up JDK
159
144
uses : actions/setup-java@v4
160
145
with : # running setup-java overwrites the settings.xml
You can’t perform that action at this time.
0 commit comments