File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 19
19
distribution : ' temurin'
20
20
check-latest : true
21
21
java-version : ${{ matrix.java }}
22
- server-id : ossrh # Value of the distributionManagement/repository/id field of the pom.xml
23
- server-username : SONATYPE_USERNAME # env variable for username in deploy
24
- server-password : SONATYPE_PASSWORD # env variable for token in deploy
25
- gpg-private-key : ${{ secrets.GPG_AUTHOR_PRIVATEKEY }} # Value of the GPG private key to import
26
- gpg-passphrase : GPG_AUTHOR_PASSPHRASE # env variable for GPG private key passphrase
27
- cache : maven
28
22
29
23
- name : Extract branch name
30
24
shell : bash
54
48
server-password : SONATYPE_PASSWORD # env variable for token in deploy
55
49
gpg-private-key : ${{ secrets.GPG_AUTHOR_PRIVATEKEY }} # Value of the GPG private key to import
56
50
gpg-passphrase : GPG_AUTHOR_PASSPHRASE # env variable for GPG private key passphrase
57
- cache : maven
58
51
59
52
- name : Publish to Sonatype (Staging)
60
53
run : mvn --batch-mode deploy -P'release' -Dchangelist= -DskipTests=true
You can’t perform that action at this time.
0 commit comments