mirror of
				https://github.com/actions/setup-java.git
				synced 2025-11-04 00:44:20 +00:00 
			
		
		
		
	updated readme
This commit is contained in:
		
							parent
							
								
									c6f4f07f1a
								
							
						
					
					
						commit
						9098ec5f8b
					
				@ -114,7 +114,7 @@ jobs:
 | 
				
			|||||||
        server-username: MAVEN_USERNAME # env variable for username in deploy
 | 
					        server-username: MAVEN_USERNAME # env variable for username in deploy
 | 
				
			||||||
        server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
 | 
					        server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
 | 
				
			||||||
        gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
 | 
					        gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
 | 
				
			||||||
        gpg-passphrase: MAVEN_GPG_PASSPHRASE
 | 
					        gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Publish to Apache Maven Central
 | 
					    - name: Publish to Apache Maven Central
 | 
				
			||||||
      run: mvn deploy
 | 
					      run: mvn deploy
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user