From 90dfe4413fedf54f370fb8aab38f245364217a19 Mon Sep 17 00:00:00 2001 From: Scott Hansen Date: Fri, 22 Nov 2024 10:23:39 -0800 Subject: [PATCH] Bugfix in GitHub Action --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 37539c9..90c9483 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,6 +70,10 @@ jobs: id-token: write # IMPORTANT: mandatory for sigstore steps: + - name: Check out the repository + uses: actions/checkout@v4 + with: + fetch-depth: 0 # Fetch all tags and history - name: Download all the dists uses: actions/download-artifact@v4 with: