We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7561fc4 commit 6e9e411Copy full SHA for 6e9e411
ci/build/release-github-assets.sh
@@ -13,7 +13,7 @@ main() {
13
download_artifact release-packages ./release-packages
14
local assets=(./release-packages/code-server*"$VERSION"*{.tar.gz,.deb,.rpm})
15
16
- EDITOR=true gh release upload "v$VERSION" "${assets[@]}"
+ EDITOR=true gh release upload "v$VERSION" "${assets[@]}" --clobber
17
}
18
19
main "$@"
0 commit comments