We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adbea3d commit 0058778Copy full SHA for 0058778
.github/FUNDING.yml
.github/workflows/publish-release-on-tag-push.yaml
@@ -0,0 +1,12 @@
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
pom.xml
@@ -43,7 +43,7 @@
43
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
44
<maven.compiler.target>17</maven.compiler.target>
45
<maven.compiler.source>17</maven.compiler.source>
46
- <changelog-lib>2.3.2</changelog-lib>
+ <changelog-lib>2.4.1</changelog-lib>
47
</properties>
48
49
<dependencies>
0 commit comments