File tree 3 files changed +15
-4
lines changed
3 files changed +15
-4
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Publish release on tag push
2
+
3
+ on :
4
+ workflow_dispatch :
5
+ workflow_call :
6
+ push :
7
+ tags :
8
+ - " *"
9
+
10
+ jobs :
11
+ call-workflow :
12
+ uses : tomasbjerre/.github/.github/workflows/publish-release-on-tag-push.yaml@master
Original file line number Diff line number Diff line change 12
12
<jenkins .version>2.463</jenkins .version>
13
13
<maven .compiler.release>17</maven .compiler.release>
14
14
<maven .javadoc.skip>true</maven .javadoc.skip>
15
- <violations .version>2.1 .0</violations .version>
16
- <changelog-lib >2.2.0 </changelog-lib >
17
- <changelog-plugin >2.1.0 </changelog-plugin >
15
+ <violations .version>2.2 .0</violations .version>
16
+ <changelog-lib >2.4.1 </changelog-lib >
17
+ <changelog-plugin >2.2.1 </changelog-plugin >
18
18
</properties >
19
19
20
20
<groupId >de.wellnerbou.jenkins</groupId >
You can’t perform that action at this time.
0 commit comments