File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ name: Maven Package Publish
55
66on :
77 release :
8- types : [created]
8+ types : [published]
9+ workflow_dispatch : # add this option in case of a failure and we need to re-run
910
1011jobs :
1112 build :
Original file line number Diff line number Diff line change 44 <groupId >com.sovren</groupId >
55 <artifactId >sovren-java</artifactId >
66
7- <version >0.1.12 -beta</version >
7+ <version >0.1.13 -beta</version >
88
99 <packaging >jar</packaging >
1010 <name >Sovren Java SDK</name >
171171 <serverId >ossrh</serverId >
172172 <nexusUrl >https://oss.sonatype.org/</nexusUrl >
173173 <autoReleaseAfterClose >true</autoReleaseAfterClose >
174+ <stagingProgressTimeoutMinutes >15</stagingProgressTimeoutMinutes >
175+ <keepStagingRepositoryOnCloseRuleFailure >true</keepStagingRepositoryOnCloseRuleFailure >
176+ <keepStagingRepositoryOnFailure >true</keepStagingRepositoryOnFailure >
174177 </configuration >
175178 </plugin >
176179 </plugins >
You can’t perform that action at this time.
0 commit comments