File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 22# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#apache-maven-with-a-settings-path
33
44name : Maven Package
5- on : push
5+ on :
6+ release :
7+ types : [published]
68
79jobs :
810 build :
@@ -18,10 +20,10 @@ jobs:
1820 distribution : ' temurin' # See 'Supported distributions' for available options
1921 java-version : ' 8'
2022 server-id : ' ossrh'
21- server-username : OSSRH_USERNAME
22- server-password : OSSRH_PASSWORD
23+ server-username : ${{ secrets. OSSRH_USERNAME }}
24+ server-password : ${{ secrets.OSSRH_TOKEN }}
2325 gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
24- gpg-passphrase : SIGN_KEY_PASS
26+ gpg-passphrase : ${{ secrets. SIGN_KEY_PASS }}
2527
2628 - name : Build with Maven
2729 id : build
You can’t perform that action at this time.
0 commit comments