👷 ci(circleci): fix release tag format in CircleCI config

- modify release tag from 'cull-gmail-v${VERSION}' to 'v${VERSION}' for consistency with other tags

Signed-off-by: Jeremiah Russell <jerry@jrussell.ie>
This commit is contained in:
Jeremiah Russell
2026-02-14 08:20:25 +00:00
parent 81821bef33
commit d0468c5c68

View File

@@ -685,7 +685,7 @@ jobs:
binary_name: cull-gmail binary_name: cull-gmail
- upload_release_asset: - upload_release_asset:
asset_path: cull-gmail-x86_64-unknown-linux-gnu.tar.gz asset_path: cull-gmail-x86_64-unknown-linux-gnu.tar.gz
release_tag: cull-gmail-v${VERSION} release_tag: v${VERSION}
workflows: workflows:
release: release: