File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3535 OSSRH_USERNAME : ${{ secrets.OSSRH_USERNAME }}
3636 OSSRH_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
3737 GITHUB_HEAD_REF : ${{ github.head_ref }}
38- GITHUB_HEAD_SHA : ${{ github.event.pull_request.head.ref }}
38+ GITHUB_HEAD_SHA : ${{ github.event.pull_request.head.sha }}
3939
4040 - name : Read sanitized version
4141 id : read_sanitized_version
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ nexusPublishing {
217217// <major>.<minor>.<patch>-dev.#+<branchname>.<hash> (local branch)
218218// <major>.<minor>.<patch>-dev.#+<hash> (github pull request)
219219// to:
220- // <major>.<minor>.<patch>-dev+<branchname >-SNAPSHOT
220+ // <major>.<minor>.<patch>-dev+<hash >-SNAPSHOT
221221fun Project.sanitizeVersion (): String {
222222 val version = version.toString()
223223 return if (project.isSnapshotVersion()) {
You can’t perform that action at this time.
0 commit comments