From 29675f26245352631cf5fa535a7423d1ae783c5e Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Tue, 14 May 2024 16:54:45 +0100 Subject: [PATCH] Update GoReleaser command in release workflow to include GORELEASER_CURRENT_TAG environment variable --- InfrastructureAgent/.goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InfrastructureAgent/.goreleaser.yaml b/InfrastructureAgent/.goreleaser.yaml index 4a94244259..46fd8d0ff9 100644 --- a/InfrastructureAgent/.goreleaser.yaml +++ b/InfrastructureAgent/.goreleaser.yaml @@ -16,7 +16,7 @@ env: - CGO_ENABLED=0 builds: - binary: oneuptime-infrastructure-agent - main: ./cmd + main: ./ goos: - linux - windows