From 40cd73936cc3fb200ac02ade2dab69b8e024ab55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 13 Nov 2025 06:44:59 +0100 Subject: [PATCH] fix(release): add clobber flag to dotslash-publish to allow overwriting assets The dotslash-publish-release step was failing because the 'Create GitHub Release' step had already uploaded the binary assets. Adding clobber: true allows dotslash to overwrite/reuse existing assets when creating the dotslash manifest. --- .github/workflows/rust-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rust-release.yml b/.github/workflows/rust-release.yml index 52ae15a1..306c8184 100644 --- a/.github/workflows/rust-release.yml +++ b/.github/workflows/rust-release.yml @@ -463,6 +463,7 @@ jobs: with: tag: ${{ github.ref_name }} config: .github/dotslash-config.json + clobber: true # Publish to npm using authentication token publish-npm: