From f40b3970c38842de250ec7259f17d93fce739122 Mon Sep 17 00:00:00 2001 From: Samuel Gaist Date: Fri, 3 Nov 2023 16:57:20 +0100 Subject: [PATCH] fix(workflows/workflow): add missing checkout step for release creation --- .github/workflows/workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 0a78d3c..8406a90 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -130,6 +130,7 @@ jobs: id-token: write # IMPORTANT: mandatory for sigstore steps: + - uses: actions/checkout@v4 - name: Download all the dists uses: actions/download-artifact@v3 with: