Skip to content

Commit

Permalink
Add distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
8naama authored Dec 31, 2024
1 parent 6d7721b commit 294624a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mvn-deploy-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'zulu'
- name: Create settings-security.xml
run: |
echo '<settingsSecurity>' > ~/.m2/settings-security.xml
Expand All @@ -33,4 +34,4 @@ jobs:
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
nexus_username: ${{ secrets.OSSRH_USERNAME }}
nexus_password: ${{ secrets.OSSRH_PASSWORD }}
server_id: ossrh-nexus
server_id: ossrh-nexus

0 comments on commit 294624a

Please sign in to comment.