diff --git a/bin/build-release.sh b/bin/build-release.sh
index 76fbd2591a86b82e99076fdb77d5daa0c7e64267..9ae7eac0e1007670d87c0684c2eacf5100130755 100755
--- a/bin/build-release.sh
+++ b/bin/build-release.sh
@@ -60,6 +60,7 @@ rm -rf "$TARGET/node_modules"
 rm "$TARGET/www/assets/js/stylesheet.js"*
 rm "$TARGET/.editorconfig"
 rm "$TARGET/.gitattributes"
+rm -r "$TARGET/.github"
 rm "$TARGET/.php_cs.dist"
 rm "$TARGET/codecov.yml"
 rm "$TARGET/psalm.xml"