From e83202b819723974e45928c16eec2cd27c507595 Mon Sep 17 00:00:00 2001 From: Devon Moss Date: Wed, 8 Sep 2021 15:50:26 -0600 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 177239d..a4021c0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,27 +23,3 @@ jobs: - name: Test run: go test -v ./... - - goreleaser: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - name: Set up Go - uses: actions/setup-go@v2 - with: - go-version: 1.16 - - - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v2 - with: - # either 'goreleaser' (default) or 'goreleaser-pro' - distribution: goreleaser - version: latest - args: release --rm-dist - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution - # GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}