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