From 249b7a065335231ff88cfd8395ae8b29ac8c328a Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Date: Mon, 5 Sep 2022 12:41:21 +0300 Subject: [PATCH] Add `--skip-sign` flat to goreleaser ran in tests We only want to sign artifacts and containers when releasing, not necessarily when testing PRs. Signed-off-by: Juan Antonio Osorio --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a37ede38247..bd0f3353b45 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -113,7 +113,7 @@ jobs: uses: goreleaser/goreleaser-action@v3 with: version: v1.4.1 - args: release --snapshot --rm-dist --skip-publish --timeout 90m + args: release --skip-sign --snapshot --rm-dist --skip-publish --timeout 90m build-documents: name: Documentation Test