Skip to content

Commit 2bee92c

Browse files
committed
do no include "v" prefix in the release name
1 parent d682268 commit 2bee92c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.codefresh/codefresh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ steps:
128128
- export OLD_ORIGIN=$(git remote get-url origin)
129129
- git remote rm origin
130130
- git remote add origin https://${{GITHUB_TOKEN}}@github.com/codefresh-io/venona.git
131-
- git tag v${{VERSION}}
131+
- git tag ${{VERSION}}
132132
- git push --tags
133133
- git remote rm origin
134134
- git remote add origin $OLD_ORIGIN

0 commit comments

Comments
 (0)