File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,18 +23,17 @@ jobs:
2323 distribution : ' temurin'
2424 java-version : ' 8'
2525 server-id : ' central'
26- server-username : ${{ secrets. MAVEN_USERNAME }}
27- server-password : ${{ secrets. MAVEN_PASSWORD }}
26+ server-username : MAVEN_USERNAME
27+ server-password : MAVEN_PASSWORD
2828 gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
29- gpg-passphrase : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
30-
31- - name : Build & Deploy to Maven Central
32- run : mvn -B clean deploy
29+ gpg-passphrase : MAVEN_GPG_PASSPHRASE
3330 env :
3431 MAVEN_USERNAME : ${{ secrets.MAVEN_USERNAME }}
3532 MAVEN_PASSWORD : ${{ secrets.MAVEN_PASSWORD }}
3633 MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
3734
35+ - name : Build & Deploy to Maven Central
36+ run : mvn -B clean deploy
3837 - name : Collect artifacts
3938 run : |
4039 mkdir artifacts
You can’t perform that action at this time.
0 commit comments