Skip to content

Commit 058b20a

Browse files
authored
Update maven-publish.yml
1 parent f8465db commit 058b20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
settings-path: ${{ github.workspace }} # location for the settings.xml file
2323

2424
- name: Build with Maven
25-
run: mvn -B package --file pom.xml
25+
run: mvn -B package --file pom.xml -Dquarkus.package.type=uber-jar
2626

2727
- name: Publish to GitHub Packages Apache Maven
2828
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml

0 commit comments

Comments
 (0)