File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5050 SIGNING_KEY_ID : ${{ secrets.SIGNING_KEY_ID }}
5151 SIGNING_PASSWORD : ${{ secrets.SIGNING_PASSWORD }}
5252 SIGNING_SECRET_KEY_RING_FILE : ${{ secrets.SIGNING_SECRET_KEY_RING_FILE }}
53- SONATYPE_STAGING_PROFILE_ID : ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
53+ SONATYPE_STAGING_PROFILE_ID : ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
54+ SDK_VERSION : ${{ github.event.release.tag_name }}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77ext {
88 PUBLISH_GROUP_ID = '{{ sdk .namespace | caseDot }}'
99 PUBLISH_ARTIFACT_ID = '{{ sdk .gitRepoName | caseDash }}'
10- PUBLISH_VERSION = '{{ sdk . version }}'
10+ PUBLISH_VERSION = System.getenv('SDK_VERSION')
1111 POM_URL = 'https://github.com/{{ sdk .gitUserName }}/{{ sdk .gitRepoName }}'
1212 POM_SCM_URL = 'https://github.com/{{ sdk .gitUserName }}/{{ sdk .gitRepoName }}'
1313 POM_ISSUE_URL = 'https://github.com/{{ sdk .gitUserName }}/{{ sdk .gitRepoName }}/issues'
You can’t perform that action at this time.
0 commit comments