From 4dae9f01d074ab714907b1dbf77c644f0e583f26 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sun, 14 Dec 2025 15:25:08 -0500 Subject: [PATCH] try fixing cd --- .github/workflows/cd.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 65fb6646..6c5f1225 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -107,10 +107,9 @@ jobs: if: matrix.os == 'ubuntu-latest' id: release_notes uses: ffurrer2/extract-release-notes@v2 + - name: Release uses: softprops/action-gh-release@v2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: body: ${{ steps.release_notes.outputs.release_notes }} prerelease: ${{ contains(github.ref, '-') }}