diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index aa4a99ed7..b31edca24 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -30,6 +30,8 @@ jobs: uses: goreleaser/goreleaser-action@v2 with: install-only: true + # Newer goreleaser version doesn't allow builds with "latest" tag + version: v0.179.0 - name: Run GoReleaser run: make release-snapshot - name: Install Helm