Skip to content

Commit fff345d

Browse files
committed
build: update github release workflow
1 parent a287528 commit fff345d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ jobs:
4747
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
4848
SIGNING_PASSPHRASE: ${{ secrets.SIGNING_PASSPHRASE }}
4949
SECRING_FILE: ${{ secrets.SECRING_FILE }}
50-
RELEASE_VERSION: ${{ steps.version.outputs.full_without_prefix }}
5150
with:
52-
arguments: -Prelease=true -Pversion=${RELEASE_VERSION} -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg publishToSonatype closeAndReleaseSonatypeStagingRepository
51+
arguments: -Prelease=true -Pversion=${{ steps.version.outputs.full_without_prefix }} -Psigning.secretKeyRingFile=${{ github.workspace }}/secring.gpg publishToSonatype closeAndReleaseSonatypeStagingRepository
5352

5453
- name: --- DELETE SECRING FILE ---
5554
run: rm ${{ github.workspace }}/secring.gpg

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ if (project.hasProperty('release')) {
153153
}
154154
}
155155
transitionCheckOptions {
156-
maxRetries = 40
157-
delayBetween = java.time.Duration.ofMillis(2000)
156+
maxRetries = 100
157+
delayBetween = java.time.Duration.ofSeconds(5)
158158
}
159159
}
160160
}

0 commit comments

Comments
 (0)