File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -229,15 +229,15 @@ jobs:
229229 with :
230230 develocity-access-key : ${{ secrets.GRAILS_DEVELOCITY_ACCESS_KEY }}
231231 - name : " 📤 Publish Grails-Core Snapshot Artifacts"
232- uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
232+ uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
233233 env :
234234 GRAILS_PUBLISH_RELEASE : ' false'
235235 MAVEN_PUBLISH_URL : ${{ secrets.GRAILS_NEXUS_PUBLISH_SNAPSHOT_URL }}
236236 MAVEN_PUBLISH_USERNAME : ${{ secrets.NEXUS_USER }}
237237 MAVEN_PUBLISH_PASSWORD : ${{ secrets.NEXUS_PW }}
238- with :
238+ with :
239239 timeout_seconds : 900 # normal range 360-720s
240- max_attempts : 3
240+ max_attempts : 3 # Attempts to address: Could not write to resource 'https://repository.apache.org/content/repositories/snapshots/...' Read timed out
241241 retry_wait_seconds : 180
242242 command : ./gradlew publish
243243 - name : " 🔨 Create Grails Wrapper Distribution Zip"
You can’t perform that action at this time.
0 commit comments