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 e2e795b commit 0d12094
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/maven-packages-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
run: mvn -B package --file pom.xml

- name: Publish to GitHub Packages Apache Maven
run: make publish_all_packages
run: |
mvn -f inventory/ deploy -s settings.xml
mvn -f shop/ deploy -s settings.xml
mvn -f shipment/ deploy -s settings.xml
mvn -f base-domain/ deploy -s settings.xml
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 0d12094

Please sign in to comment.