From 0c879fb5307e6127406abc3ebcd8792bf3b8bd64 Mon Sep 17 00:00:00 2001 From: Kevin Fox Date: Thu, 23 Jan 2025 21:33:32 -0800 Subject: [PATCH] Release needs a git checkout Signed-off-by: Kevin Fox --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 754d237..90a730e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,6 +31,8 @@ jobs: timeout-minutes: 30 needs: packages steps: + - name: Checkout + uses: actions/checkout@v4 - name: Download archived artifact uses: actions/download-artifact@v4 with: