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 2
2
# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#apache-maven-with-a-settings-path
3
3
4
4
name : Maven Package
5
- on :
6
- release :
7
- types : [published]
5
+ on : push
8
6
9
7
jobs :
10
8
build :
@@ -20,10 +18,10 @@ jobs:
20
18
distribution : ' temurin' # See 'Supported distributions' for available options
21
19
java-version : ' 8'
22
20
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
25
23
gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
26
- gpg-passphrase : ${{ secrets. SIGN_KEY_PASS }}
24
+ gpg-passphrase : SIGN_KEY_PASS
27
25
28
26
- name : Build with Maven
29
27
id : build
You can’t perform that action at this time.
0 commit comments