👷 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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user