From df986ed0a94e7eb510062ee9bcb86d7177980cdf Mon Sep 17 00:00:00 2001 From: Nate Sales Date: Mon, 12 Oct 2020 20:48:49 -0700 Subject: [PATCH] remove quotes from build number --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2a35b2e2..4b903eec 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,7 +26,7 @@ jobs: run: echo ::set-output name=tag::${GITHUB_REF#refs/*/} - name: Build - run: go build -ldflags "-X main.release='${{ steps.vars.outputs.tag }}' -v" + run: go build -ldflags "-X main.release=${{ steps.vars.outputs.tag }} -v" - name: Make debian build directory run: mkdir -p {debian/DEBIAN/,debian/etc/bcg/templates/,debian/usr/bin/}