From 337cddce6e231b2086ead65e0cf90070ca4b1b0b Mon Sep 17 00:00:00 2001 From: Jorge Massih Date: Tue, 11 Jun 2024 19:23:53 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20set=20right=20go=20version=20var?= =?UTF-8?q?iable=20name=20in=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dc1f4fa..78173e5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,5 +30,5 @@ jobs: goos: ${{ matrix.goos }} goarch: ${{ matrix.goarch }} goversion: "1.22.4" - ldflags: -X "${{ steps.module_name.outputs.module_name }}.cmd.Version=${{ github.event.release.tag_name }}" + ldflags: -X "${{ steps.module_name.outputs.module_name }}.cmd.AppVersion=${{ github.event.release.tag_name }}" extra_files: LICENSE README.md