From f4f4cf9943a70322c24a440fcdf9324804fab9af Mon Sep 17 00:00:00 2001 From: Kevin Klopfenstein Date: Tue, 27 Dec 2022 17:10:14 +0100 Subject: [PATCH] update --- .github/workflows/ci-test.yml | 8 ++++++-- .github/workflows/ci.yml | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 41f8d03..8659599 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -16,8 +16,12 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 - - - name: Run GoReleaser + - name: Install Cosign + uses: sigstore/cosign-installer@main + with: + cosign-release: 'v1.13.1' + + - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4 with: version: latest diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b52443..401b585 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,10 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 + - name: Install Cosign + uses: sigstore/cosign-installer@main + with: + cosign-release: 'v1.13.1' - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4