Skip to content

Commit

Permalink
fix pipeline 3
Browse files Browse the repository at this point in the history
  • Loading branch information
eschleb committed Oct 1, 2024
1 parent 85ca427 commit 8f4cb4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-and-deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
with:
servers: |
[{
"id": "magnolia.enterprise.group",
"username": "${{secrets.MGNL_NEXUS_USER}}",
"password": "${{secrets.MGNL_NEXUS_PASS}}"
"id": "magnolia.enterprise.group",
"username": "${{secrets.MGNL_NEXUS_USER}}",
"password": "${{secrets.MGNL_NEXUS_PASS}}"
},
{
"id": "central",
Expand All @@ -76,7 +76,7 @@ jobs:
},
{
"id": "gpg.passphrase",
"passphrase": "${{secrets.GPG_PASSPHRASE}}",
"passphrase": "${{secrets.GPG_PASSPHRASE}}"
}]
- name: Release Maven package
run: mvn deploy -Pdeploy

0 comments on commit 8f4cb4a

Please sign in to comment.