Updated GH action to publish maven pkg

Signed-off-by: Amith Koujalgi <amith.koujalgi@razorthink.com>
This commit is contained in:
Amith Koujalgi
2024-07-13 17:46:09 +05:30
parent c528fef5fc
commit ecc295f484
2 changed files with 58 additions and 49 deletions

View File

@@ -33,7 +33,7 @@ jobs:
regex: false
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn --file pom.xml -U clean package -Punit-tests
- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml --file pom.xml