File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
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 :
6- release :
7- types : [published]
5+ on : push
86
97jobs :
108 build :
@@ -20,10 +18,10 @@ jobs:
2018 distribution : ' temurin' # See 'Supported distributions' for available options
2119 java-version : ' 8'
2220 server-id : ' ossrh'
23- server-username : ${{ secrets. OSSRH_USERNAME }}
24- server-password : ${{ secrets.OSSRH_TOKEN }}
21+ server-username : OSSRH_USERNAME
22+ server-password : OSSRH_PASSWORD
2523 gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
26- gpg-passphrase : ${{ secrets. SIGN_KEY_PASS }}
24+ gpg-passphrase : SIGN_KEY_PASS
2725
2826 - name : Build with Maven
2927 id : build
You can’t perform that action at this time.
0 commit comments