From a068e653699c645e25a33c8aeee5275512c83b9c Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 21 Aug 2019 19:41:51 +0200 Subject: [PATCH] build(ci): fix file --- .github/workflows/go.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ba33599..bf91f04 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -33,5 +33,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] + steps: + - name: Build binary run: | go build -o build/go-semantic-release -ldflags "-w -s --X main.version=`./build/go-semantic-release-temp next`" ./cmd/go-semantic-release/