Skip to content

Commit 0329342

Browse files
its-mashclaude
andauthored
chore: add --clobber to gh release upload for .sig files (#106)
Signed-off-by: Claude <noreply@anthropic.com> Co-authored-by: Claude <noreply@anthropic.com>
1 parent 2ad44a6 commit 0329342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
215215
# Upload all .sig files to the release
216216
if ls sigs/*.sig &>/dev/null; then
217-
gh release upload "$TAG" sigs/*.sig --repo "$REPO"
217+
gh release upload "$TAG" sigs/*.sig --repo "$REPO" --clobber
218218
fi
219219
220220
- name: Publish release

0 commit comments

Comments
 (0)