Skip to content

Commit

Permalink
trying out automated config to release packages of the application
Browse files Browse the repository at this point in the history
  • Loading branch information
teixeira-fernando committed Oct 15, 2023
1 parent d66baae commit 0d13e00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven-packages-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
java-version: 11
java-distribution: adopt
maven-version: 3.8.1
- name: maven install
run: mvn -U clean install
- name: Publish to GitHub Packages Apache Maven
run: |
mvn -f inventory/ deploy -s settings.xml -Dserver.github.password=${{ github.token }}
Expand Down

0 comments on commit 0d13e00

Please sign in to comment.