From ac2ae8d89e26e9a028608c6c4bdd5f98b8d2a846 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Sat, 9 Jan 2021 07:56:14 +0300 Subject: [PATCH] fix: app version when build with github-actions because actions/checkout@v2 doesn't load tags :( --- .github/workflows/binary-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binary-release.yml b/.github/workflows/binary-release.yml index bcc9e0e..12619ce 100644 --- a/.github/workflows/binary-release.yml +++ b/.github/workflows/binary-release.yml @@ -23,7 +23,7 @@ jobs: go-version: '1.13.0' - name: Build - run: make -j $(nproc) compile + run: make -j $(nproc) compile VERSION=${{ steps.get_version.outputs.VERSION }} - name: create release id: create_release