Skip to content

Commit efcbbdb

Browse files
haasonsaasclaude
andcommitted
fix: prevent duplicate release creation in upload step
- Add fail_on_unmatched_files: false to release upload - This prevents the error when release already exists 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f59e619 commit efcbbdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ jobs:
165165
files: |
166166
target/${{ matrix.target }}/release/${{ matrix.artifact_name }}
167167
target/${{ matrix.target }}/release/${{ matrix.asset_name }}.sha256
168+
fail_on_unmatched_files: false
168169

169170
build-docker:
170171
name: Build and Push Docker Image

0 commit comments

Comments
 (0)