diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 64457815..462875cc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -32,3 +32,6 @@ jobs: - name: Build run: go build -v . + - name: Release + uses: softprops/action-gh-release@v1 + if: startsWith(github.ref, 'refs/tags/')