Skip to content

Commit 46ff6f6

Browse files
author
rdasgupt
committed
Fix Git action
1 parent 24521bb commit 46ff6f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-publish.yml

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

2828
- name: Build with Maven
29-
run: mvn -B package --file pom.xml -DskipTests
29+
run: mvn -B --projects org.eclipse.paho.client.mqttv3 --file pom.xml -DskipTests package
3030

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

0 commit comments

Comments
 (0)