diff --git a/.github/workflows/devbuild.yml b/.github/workflows/devbuild.yml index 2a2858690..75230c65a 100644 --- a/.github/workflows/devbuild.yml +++ b/.github/workflows/devbuild.yml @@ -70,6 +70,11 @@ jobs: title: "Development Build" files: | continuous/* + + - name: Delete drafts + uses: hugo19941994/delete-draft-releases@v1.0.1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Get source archives run: |