File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 47
47
SIGNING_KEY : ${{ secrets.SIGNING_KEY }}
48
48
SIGNING_PASSPHRASE : ${{ secrets.SIGNING_PASSPHRASE }}
49
49
SECRING_FILE : ${{ secrets.SECRING_FILE }}
50
- RELEASE_VERSION : ${{ steps.version.outputs.full_without_prefix }}
51
50
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
53
52
54
53
- name : --- DELETE SECRING FILE ---
55
54
run : rm ${{ github.workspace }}/secring.gpg
Original file line number Diff line number Diff line change @@ -153,8 +153,8 @@ if (project.hasProperty('release')) {
153
153
}
154
154
}
155
155
transitionCheckOptions {
156
- maxRetries = 40
157
- delayBetween = java.time.Duration . ofMillis( 2000 )
156
+ maxRetries = 100
157
+ delayBetween = java.time.Duration . ofSeconds( 5 )
158
158
}
159
159
}
160
160
}
You can’t perform that action at this time.
0 commit comments