From fcdb6b4e32fc478e44712edbee455350892e7352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Bre=C3=9Fler?= Date: Tue, 11 Feb 2025 19:21:31 +0100 Subject: [PATCH] chore(GHA): enable publishing build results --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a40ce83..f964969 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -126,7 +126,7 @@ jobs: [ "$(find dist -type f | wc -l)" -gt 0 ] # fails if no files where created - name: Release - if: false + #if: false # disable for debugging, avoid publishing incomplete releases uses: softprops/action-gh-release@v2 with: make_latest: true