From 01d0a6d101d98fb4778447d47f010c9b3ba5cecf Mon Sep 17 00:00:00 2001 From: DriesSchaumont <5946712+DriesSchaumont@users.noreply.github.com> Date: Tue, 19 Nov 2024 12:45:15 +0000 Subject: [PATCH] CI: fix missing checkout --- .github/workflows/deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 0825ae1..e630bd6 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -73,6 +73,7 @@ jobs: id-token: write # IMPORTANT: mandatory for sigstore steps: + - uses: actions/checkout@v4 - name: Download all the dists uses: actions/download-artifact@v4 with: