From f8a7efe8da966da118b2dbc9cfc77927de2d7198 Mon Sep 17 00:00:00 2001
From: chris48s <git@chris-shaw.dev>
Date: Wed, 23 Oct 2024 19:21:58 +0100
Subject: [PATCH] remove redundant statement from release script

---
 release.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/release.sh b/release.sh
index a84b875..aa08f5c 100755
--- a/release.sh
+++ b/release.sh
@@ -54,6 +54,3 @@ git tag "$VERSION"
 
 # push to GitHub
 git push origin "$(git branch --show-current)" --tags
-
-# cleanup
-rm -rf dist/