Skip to content

Commit

Permalink
Move coment
Browse files Browse the repository at this point in the history
  • Loading branch information
javsanbel2 committed Jul 8, 2021
1 parent 1d31e39 commit 4bb8bd5
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 @@ -21,13 +21,13 @@ jobs:
distribution: 'adopt'
java-version: '11'
java-package: jdk
# this creates a settings.xml with the following server
server-id: oss-sonatype # Value of the distributionManagement/repository/id field of the pom.xml
server-username: SONATYPE_USERNAME # env variable for username in deploy
server-password: SONATYPE_PASSWORD # env variable for token in deploy
# only signed artifacts will be released to maven central. this sets up things for the maven-gpg-plugin
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} # Value of the GPG private key to import
gpg-passphrase: GPG_PASSPHRASE # env variable for GPG private key passphrase
# this creates a settings.xml with the following server
settings-path: ${{ github.workspace }}

- name: Run Maven Targets
Expand Down

0 comments on commit 4bb8bd5

Please sign in to comment.