Skip to content

Commit

Permalink
do no include "v" prefix in the release name
Browse files Browse the repository at this point in the history
  • Loading branch information
olegsu committed Feb 25, 2020
1 parent d682268 commit 2bee92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .codefresh/codefresh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ steps:
- export OLD_ORIGIN=$(git remote get-url origin)
- git remote rm origin
- git remote add origin https://${{GITHUB_TOKEN}}@github.com/codefresh-io/venona.git
- git tag v${{VERSION}}
- git tag ${{VERSION}}
- git push --tags
- git remote rm origin
- git remote add origin $OLD_ORIGIN
Expand Down

0 comments on commit 2bee92c

Please sign in to comment.