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: