From ed54eb434f2ea18e2a9511f79e1a6c9f48d8f926 Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Wed, 27 Nov 2024 21:05:47 +0530 Subject: [PATCH] Update .goreleaser.yml Signed-off-by: Pranav Singh --- .github/.goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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