From 1cc14b6a80de56910a170b78655855a8ba194725 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Tue, 13 Jun 2023 19:52:32 +0100
Subject: [PATCH] feat(scripts): push with --no-verify

---
 bin/tag-release | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/tag-release b/bin/tag-release
index 2c1f7bde..ad112170 100755
--- a/bin/tag-release
+++ b/bin/tag-release
@@ -10,4 +10,4 @@ echo ""
 
 # Tag the appropriate commit and push to the remote.
 git tag "${tag}" "${commit_sha}"
-git push origin "refs/tags/${tag}"
+git push origin "refs/tags/${tag}" --no-verify