Skip to content

Commit

Permalink
cleanup release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
eschleb committed Dec 5, 2024
1 parent 9f5a00f commit 904cc5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-and-deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
"username": "${{secrets.MGNL_NEXUS_USER}}",
"password": "${{secrets.MGNL_NEXUS_PASS}}"
}]
- name: Test
run: mvn dependency:get -Dartifact=info.magnolia:magnolia-license:2.0.0
- name: Download dependencies #somehow required by the magnolia-license dependency for the deploy !?
run: mvn dependency:copy-dependencies
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 904cc5c

Please sign in to comment.