From 2b37f24790bc0b979f99c3f8a9595dd9575c003d Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 9 Apr 2025 12:52:34 +0200 Subject: [PATCH] feat: Automatically publish full github releases --- .github/workflows/release.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 60d5904..2ea313a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -90,7 +90,6 @@ jobs: with: changelog: CHANGELOG.md token: ${{ secrets.GITHUB_TOKEN }} - draft: true - name: Attach files to release uses: softprops/action-gh-release@v2 with: