diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index cd41905..7e4468b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,3 +26,6 @@ jobs: - name: Build run: go build -v . + + - name: Go Release Binary + uses: ngs/go-release.action@v1.0.2