Skip to content
This repository was archived by the owner on Sep 30, 2023. It is now read-only.

Commit 785dc07

Browse files
committed
ci: добавил v к тегу релиза
1 parent 5db4b17 commit 785dc07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ workflow:
2121
.version:
2222
variables:
2323
VERSION: ${GitVersion_SemVer}
24+
VERSION_TAG: 'v$VERSION'
2425

2526
.no-git:
2627
variables:
@@ -209,7 +210,7 @@ Create release:
209210
script:
210211
- echo -e "${TXT_GREEN}Version = $VERSION"
211212
release:
212-
tag_name: $VERSION
213+
tag_name: $VERSION_TAG
213214
description: 'Cement CLI release $VERSION'
214215
assets:
215216
links:

0 commit comments

Comments
 (0)