Skip to content

Commit

Permalink
m2 (install + deploy) [5]
Browse files Browse the repository at this point in the history
  • Loading branch information
yyluchkiv committed Aug 6, 2023
1 parent adf605e commit 12a5f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Maven [dev]
run: |
mvn clean install \
-Duser=${{ secrets.OSSRH_USERNAME }} -Dpassword=${{ secrets.OSSRH_PASSWORD }} \
-Dossrh_username=${{ secrets.OSSRH_USERNAME }} -Dossrh_password=${{ secrets.OSSRH_PASSWORD }} \
-Dgpg.keyname=${{ secrets.GPG_KEYNAME }} -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} \
-Dmaven.test.skip -DskipTests -s release/m2-settings.xml deploy -Prelease
# - name: Maven [dev]
Expand Down

0 comments on commit 12a5f45

Please sign in to comment.