From 34235c9bb611aa0313d4f15ba855ed9274eae3e7 Mon Sep 17 00:00:00 2001 From: Alex Khanin Date: Sun, 18 Aug 2024 18:36:07 -0500 Subject: [PATCH] add GitTools/actions --- .github/workflows/go.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5dcff4b..4c8fd42 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,5 +31,8 @@ jobs: - name: Test run: go test -v ./... + - name: GitTools + uses: GitTools/actions@v3.0.0 + - name: GH Release uses: softprops/action-gh-release@v2.0.8 \ No newline at end of file