Skip to content

Commit

Permalink
Adjusted maven server
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakky54 committed Apr 12, 2023
1 parent 4e33aa1 commit ef98db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

maven-args: "-Possrh -Dmaven.javadoc.skip=true -DskipTests -DskipITs -Ddockerfile.skip -DdockerCompose.skip -Dmaven.deploy.skip=true"
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
maven-servers: '[{"id": "serverId1", "username": "username", "password": "password", "privateKey": "test", "passphrase": "testes"}, {"id": "serverId2", "username": "username2", "password": "password2"}]'
maven-servers: '[{"id": "ossrh", "username": "Jeaninev", "password": "${{ secrets.OSSRH_PASSWORD }}"}]'
release-branch-name: main

gpg-enabled: true
Expand Down

0 comments on commit ef98db6

Please sign in to comment.