We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddd42a1 + 7cef4da commit 80b519bCopy full SHA for 80b519b
.github/workflows/mavenpublish.yml
@@ -21,6 +21,9 @@ jobs:
21
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
22
settings-path: ${{ github.workspace }} # location for the settings.xml file
23
24
+ - name: Set maven version
25
+ run: mvn versions:set -DnewVersion=${GITHUB_REF##*/}
26
+
27
- name: Build with Maven
28
run: mvn -B package -pl validify-core --file pom.xml
29
0 commit comments