Skip to content

Commit 6e9e411

Browse files
jsjoeiocode-asher
andauthored
fix: add --clobber to release-github-assets script (#4628)
Co-authored-by: Asher <[email protected]>
1 parent 7561fc4 commit 6e9e411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build/release-github-assets.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ main() {
1313
download_artifact release-packages ./release-packages
1414
local assets=(./release-packages/code-server*"$VERSION"*{.tar.gz,.deb,.rpm})
1515

16-
EDITOR=true gh release upload "v$VERSION" "${assets[@]}"
16+
EDITOR=true gh release upload "v$VERSION" "${assets[@]}" --clobber
1717
}
1818

1919
main "$@"

0 commit comments

Comments
 (0)