File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 42
42
MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
43
43
OSSRH_USERNAME : ${{ secrets.OSSRH_USERNAME }}
44
44
OSSRH_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
45
+
46
+ - name : Push tag
47
+ run : gut push ; git push --tags
Original file line number Diff line number Diff line change 254
254
</execution >
255
255
</executions >
256
256
</plugin >
257
+
258
+ <plugin >
259
+ <groupId >org.apache.maven.plugins</groupId >
260
+ <artifactId >maven-release-plugin</artifactId >
261
+ <version >2.5.3</version >
262
+ <configuration >
263
+ <!-- Manual push if success -->
264
+ <pushChanges >false</pushChanges >
265
+
266
+ <!-- One version to rule them all -->
267
+ <autoVersionSubmodules >true</autoVersionSubmodules >
268
+ </configuration >
269
+ </plugin >
257
270
</plugins >
258
271
</build >
259
272
</profile >
You can’t perform that action at this time.
0 commit comments