From 5453ea676fa5a2b6db46afea82feedf03b31220a Mon Sep 17 00:00:00 2001 From: "Nickolay.NP" Date: Sun, 15 Oct 2023 12:29:00 +0300 Subject: [PATCH] v.0.23 --- .github/workflows/go.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0be6ccb..9e8b470 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,3 +31,25 @@ jobs: - name: Test run: go test -v ./... + + goreleaser: + runs-on: ubuntu-latest + steps: + - + name: Checkout + uses: actions/checkout@v4 + with: + fetch-depth: 0 + - + name: Set up Go + uses: actions/setup-go@v4 + - + name: Run GoReleaser + uses: goreleaser/goreleaser-action@v5 + with: + # either 'goreleaser' (default) or 'goreleaser-pro' + distribution: goreleaser + version: latest + args: release --clean + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}