From 5b3f3c1f11a6089be9e2f0af45e900eb0ebd8403 Mon Sep 17 00:00:00 2001 From: Randolf Jung Date: Tue, 10 Mar 2026 18:02:21 -0700 Subject: [PATCH] fix: make release notes job non-blocking If ANTHROPIC_API_KEY is not configured, the release notes enhancement should not block the workflow from succeeding. The main release already succeeded; this is an optional enhancement step. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/release-notes.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 48afa26..ac363b8 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -16,6 +16,7 @@ jobs: enhance: name: Enhance release notes with Claude runs-on: ubuntu-latest + continue-on-error: true permissions: contents: write id-token: write