diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5724b60..789523e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,3 +26,12 @@ jobs: - name: Test run: go test -v ./... + - name: Release + uses: softprops/action-gh-release@v2 + if: startsWith(github.ref, 'refs/tags/') + with: + files: | + - tpu-traffic-classifier + - README.md + - config.yml + - trusted_providers/helius.yml