Skip to content

Commit 859df40

Browse files
authored
Merge branch 'main' into jsjoeio-fix-docs
2 parents bbd8205 + 6e9e411 commit 859df40

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)