File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 with :
4949 java-version : ' 8'
5050 distribution : ' adopt'
51- server-id : central
51+ server-id : ossrh
5252 server-username : MAVEN_USERNAME
5353 server-password : MAVEN_PASSWORD
54+ cache : ' maven'
5455
5556 - name : Install gpg secret key
5657 run : |
Original file line number Diff line number Diff line change 233233 <groupId >org.sonatype.plugins</groupId >
234234 <artifactId >nexus-staging-maven-plugin</artifactId >
235235 <version >${dep.nexus-staging-maven-plugin.version} </version >
236- <extensions >true</extensions >
237236 <configuration >
238237 <serverId >ossrh</serverId >
239238 <nexusUrl >https://oss.sonatype.org/</nexusUrl >
240239 <autoReleaseAfterClose >true</autoReleaseAfterClose >
241240 </configuration >
241+ <executions >
242+ <execution >
243+ <id >default-deploy</id >
244+ <phase >deploy</phase >
245+ <goals >
246+ <goal >deploy</goal >
247+ </goals >
248+ </execution >
249+ </executions >
242250 </plugin >
243251
244252 </plugins >
You can’t perform that action at this time.
0 commit comments