diff --git a/.github/.goreleaser.yml b/.github/.goreleaser.yml index 06de09115f..e2ea6aa9ea 100644 --- a/.github/.goreleaser.yml +++ b/.github/.goreleaser.yml @@ -10,8 +10,8 @@ builds: ldflags: - -s -w - -X main.providerToken={{.Env.PROVIDER_TOKEN}} - - -X main.MesheryCloudApiBaseUrl="https://cloud.layer5.io" - - -X main.MesheryApiBaseUrl="https://playground.meshery.io" + - -X main.MesheryCloudAPIBaseURL="https://cloud.layer5.io" + - -X main.MesheryAPIBaseURL="https://playground.meshery.io" goos: - linux - darwin