From c30d0b37d85e049191c043c2ce6c109cf8d88c14 Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Wed, 30 Mar 2022 21:51:55 +1100 Subject: [PATCH] chore: goreleaser not building PRs --- .github/workflows/test.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 13060b0..0560e9e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,9 +58,6 @@ jobs: - name: Checkout uses: actions/checkout@v2.3.4 - - name: Unshallow - run: git fetch --prune --unshallow - - name: Setup Go uses: actions/setup-go@v2.1.4 with: @@ -68,10 +65,10 @@ jobs: id: go - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v2.8.1 + uses: goreleaser/goreleaser-action@v2.9.1 with: version: latest - args: release --rm-dist --skip-validate --skip-publish + args: release --rm-dist --snapshot env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}