File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2020 distribution : ' temurin'
2121 java-version : ' 11'
2222 cache : maven
23+ gpg-passphrase : GPG_PASSPHRASE
2324
2425 - name : Import GPG Key
2526 run : |
3031 - name : Build and test post generation
3132 run : |
3233 export GPG_TTY=$(tty)
33- mvn clean verify -DskipTests=true -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}
34+ mvn clean verify -DskipTests=true
35+ env :
36+ GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
3437 working-directory : Xero-Java
Original file line number Diff line number Diff line change 11name : Publish
22on :
3- push :
43 release :
54 types : [published]
65
Original file line number Diff line number Diff line change 55 <artifactId >xero-java</artifactId >
66 <packaging >jar</packaging >
77 <name >xero-java</name >
8- <version >8.3.0-alpha.4 </version >
8+ <version >8.3.0</version >
99 <url >https://github.com/XeroAPI/Xero-Java</url >
1010 <description >This is the official Java SDK for Xero API</description >
1111 <licenses >
You can’t perform that action at this time.
0 commit comments