diff --git a/src/commands/publish/handler.ts b/src/commands/publish/handler.ts index 7aa182fc..926b4901 100644 --- a/src/commands/publish/handler.ts +++ b/src/commands/publish/handler.ts @@ -55,7 +55,7 @@ export async function publishHandler({ uploadTo = "ipfs"; verbose = true; } - ethProvider = "infura"; + ethProvider = "remote"; githubRelease = true; }