Skip to content

Commit 7fa6360

Browse files
committed
Update maven-publish.yml
1 parent 8058911 commit 7fa6360

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/maven-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
java-version: 1.8
5252
server-id: github
5353

54+
- name: Build with Maven
55+
run: mvn -B package --file pomgh.xml
56+
5457
- name: Update package version
5558
run: mvn versions:set -DnewVersion=${{ steps.get_version.outputs.VERSION }}
5659

0 commit comments

Comments
 (0)