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.
This commit is contained in:
Sebastian Krüger
2025-11-13 06:44:59 +01:00
parent ec0c5a6fb7
commit 40cd73936c

View File

@@ -463,6 +463,7 @@ jobs:
with: with:
tag: ${{ github.ref_name }} tag: ${{ github.ref_name }}
config: .github/dotslash-config.json config: .github/dotslash-config.json
clobber: true
# Publish to npm using authentication token # Publish to npm using authentication token
publish-npm: publish-npm: