Skip to content

Commit

Permalink
Fix release step
Browse files Browse the repository at this point in the history
  • Loading branch information
eschleb committed Feb 7, 2024
1 parent 87574f2 commit 844cac2
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 @@ -21,6 +21,11 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11
- name: Maven setup
uses: ./.github/actions/mvn-setup
with:
mgnl_nexus_user: ${{secrets.MGNL_NEXUS_USER}}
mgnl_nexus_pass: ${{secrets.MGNL_NEXUS_PASS}}
# Install xmllint
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install libxml2-utils
Expand Down

0 comments on commit 844cac2

Please sign in to comment.