File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 11
22name : Publish
3- on :
4- workflow_dispatch :
5- inputs :
6- versionName :
7- description : ' Version Name'
8- required : true
3+ on : [workflow_dispatch]
94
105jobs :
116 publish :
3530 ./gradlew publish --no-daemon --no-parallel
3631 ./gradlew closeAndReleaseRepository
3732 env :
38- ORG_GRADLE_PROJECT_VERSION_NAME : ${{ github.event.inputs.versionName }}
3933 ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.GPG_KEY }}
4034 ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.GPG_PASSWORD }}
4135 ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.MAVEN_CENTRAL_USERNAME }}
Original file line number Diff line number Diff line change 1+ ## 0.0.5
2+
3+ * Ability to set custom hosts for self hosted servers
Original file line number Diff line number Diff line change 11GROUP =com.aptabase
22POM_ARTIFACT_ID =aptabase
3- VERSION_NAME =0.0.3
3+ VERSION_NAME =0.0.5
44VERSION_CODE =1
55
66SONATYPE_HOST =DEFAULT
You can’t perform that action at this time.
0 commit comments