From d0468c5c6808cced3a92fd3ae64deeb19185cbcc Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Sat, 14 Feb 2026 08:20:25 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci(circleci):=20fix=20release=20?= =?UTF-8?q?tag=20format=20in=20CircleCI=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - modify release tag from 'cull-gmail-v${VERSION}' to 'v${VERSION}' for consistency with other tags Signed-off-by: Jeremiah Russell --- .circleci/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/release.yml b/.circleci/release.yml index 2a7439d..644ef65 100644 --- a/.circleci/release.yml +++ b/.circleci/release.yml @@ -685,7 +685,7 @@ jobs: binary_name: cull-gmail - upload_release_asset: asset_path: cull-gmail-x86_64-unknown-linux-gnu.tar.gz - release_tag: cull-gmail-v${VERSION} + release_tag: v${VERSION} workflows: release: