Skip to content

Commit 8613919

Browse files
ashwin-antclaude
andcommitted
fix: allow workflow to continue if changelog automation fails
Add continue-on-error to Claude changelog step so the release PR is still created even if the changelog automation fails. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent b1d3c78 commit 8613919

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ jobs:
129129
git commit -m "chore: bump version to ${{ env.VERSION }}"
130130
131131
- name: Update changelog with Claude
132+
continue-on-error: true
132133
uses: anthropics/claude-code-action@v1
133134
with:
134135
prompt: |

0 commit comments

Comments
 (0)