diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 997e6eb52..15bce1daf 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: