From 1f5f1903ede6208e960feefb2830d2321ecf5260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 4 Oct 2021 10:23:58 +0200 Subject: [PATCH] build.yml: restore checkout for `releaseDraft` --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1770d30..620eaf0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -138,6 +138,10 @@ jobs: runs-on: ubuntu-latest steps: + # Check out current repository + - name: Fetch Sources + uses: actions/checkout@v2.3.4 + # Remove old release drafts by using the curl request for the available releases with draft flag - name: Remove Old Release Drafts env: