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.
1 parent cddcffe commit f20c44fCopy full SHA for f20c44f
.github/workflows/maven-publish.yml
@@ -51,8 +51,11 @@ jobs:
51
java-version: 1.8
52
server-id: github
53
54
+ - name: Temporary multi-pom hack
55
+ run: mv -f pomgh.xml pom.xml
56
+
57
- name: Build with Maven
- run: mvn -B package --file pomgh.xml
58
+ run: mvn -B package --file pom.xml
59
60
- name: Update package version
61
run: mvn versions:set -DnewVersion=${{ steps.get_version.outputs.VERSION }}
0 commit comments