Skip to content

Commit

Permalink
Add "magnolia.public.group" nexus
Browse files Browse the repository at this point in the history
  • Loading branch information
eschleb committed Dec 5, 2024
1 parent 90d59a9 commit 8b77211
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-and-deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
"id": "magnolia.enterprise.group",
"username": "${{secrets.MGNL_NEXUS_USER}}",
"password": "${{secrets.MGNL_NEXUS_PASS}}"
},
{
"id": "magnolia.public.group",
"username": "${{secrets.MGNL_NEXUS_USER}}",
"password": "${{secrets.MGNL_NEXUS_PASS}}"
}]
- name: Maven verify
run: mvn verify --batch-mode
Expand Down

0 comments on commit 8b77211

Please sign in to comment.