From a817701ee82c7eb21acc968fb2c47ef0a87488b7 Mon Sep 17 00:00:00 2001 From: Deluan Date: Sat, 26 Sep 2020 20:30:48 -0400 Subject: [PATCH] Use new ci-goreleaser. Fix pipeline --- .github/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 997e6eb5..15bce1da 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -115,7 +115,7 @@ jobs: - name: Run GoReleaser - SNAPSHOT if: startsWith(github.ref, 'refs/tags/') != true - uses: docker://deluan/ci-goreleaser:1.14.9-3 + uses: docker://deluan/ci-goreleaser:1.14.9-4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -123,7 +123,7 @@ jobs: - name: Run GoReleaser - RELEASE if: startsWith(github.ref, 'refs/tags/') - uses: docker://deluan/ci-goreleaser:1.14.9-3 + uses: docker://deluan/ci-goreleaser:1.14.9-4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: