Skip to content

Commit f20c44f

Browse files
committed
Update maven-publish.yml
1 parent cddcffe commit f20c44f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,11 @@ jobs:
5151
java-version: 1.8
5252
server-id: github
5353

54+
- name: Temporary multi-pom hack
55+
run: mv -f pomgh.xml pom.xml
56+
5457
- name: Build with Maven
55-
run: mvn -B package --file pomgh.xml
58+
run: mvn -B package --file pom.xml
5659

5760
- name: Update package version
5861
run: mvn versions:set -DnewVersion=${{ steps.get_version.outputs.VERSION }}

0 commit comments

Comments
 (0)