Skip to content

Commit 0c3d6ba

Browse files
Merge branch 'main' into jsjoeio-fix-android-docs
2 parents 88bfd1b + 6e9e411 commit 0c3d6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build/release-github-assets.sh

Lines changed: 1 addition & 1 deletion
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)