From 2a797226a1aa4cb26403f1dc7cae7e80b77ce80c Mon Sep 17 00:00:00 2001 From: Griefed Date: Wed, 6 Nov 2024 14:14:57 +0100 Subject: [PATCH] ci(Dev builds): Don't remove drafts as the removal triggers full changelog gen --- .github/workflows/devbuild.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/devbuild.yml b/.github/workflows/devbuild.yml index 7482563cf..4cc070b48 100644 --- a/.github/workflows/devbuild.yml +++ b/.github/workflows/devbuild.yml @@ -77,10 +77,10 @@ jobs: files: | continuous/* - - name: Delete drafts - uses: hugo19941994/delete-draft-releases@v1.0.1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# - name: Delete drafts +# uses: hugo19941994/delete-draft-releases@v1.0.1 +# env: +# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Get source archives run: |