EAS Update failing all the time

I’ve been trying to publish an EAS update for two days already but it finally always returned me this:

...
[expo-cli] Dumping asset map
[expo-cli] Dumping source maps
[expo-cli] Preparing additional debugging files
[expo-cli] Export was successful. Your exported files can be found in dist
✔ Exported bundle(s)
⠋ Uploading (158/159)
/opt/homebrew/lib/node_modules/eas-cli/node_modules/node-fetch/lib/index.js:1491
			reject(new FetchError(`request to ${request.url} failed, reason: ${err.message}`, 'system', err));
			       ^
FetchError: request to https://update-assets-upload-production.storage.googleapis.com/ failed, reason: read ECONNRESET
    at ClientRequest.<anonymous> (/opt/homebrew/lib/node_modules/eas-cli/node_modules/node-fetch/lib/index.js:1491:11)
    at ClientRequest.emit (node:events:523:35)
    at TLSSocket.socketErrorListener (node:_http_client:495:9)
    at TLSSocket.emit (node:events:511:28)
    at emitErrorNT (node:internal/streams/destroy:151:8)
    at emitErrorCloseNT (node:internal/streams/destroy:116:3)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  type: 'system',
  errno: 'ECONNRESET',
  code: 'ECONNRESET'
}

Node.js v20.2.0

Did anyone encounter similar error? Or does anyone know how to resolve this???