We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d682268 commit 2bee92cCopy full SHA for 2bee92c
.codefresh/codefresh.yaml
@@ -128,7 +128,7 @@ steps:
128
- export OLD_ORIGIN=$(git remote get-url origin)
129
- git remote rm origin
130
- git remote add origin https://${{GITHUB_TOKEN}}@github.com/codefresh-io/venona.git
131
- - git tag v${{VERSION}}
+ - git tag ${{VERSION}}
132
- git push --tags
133
134
- git remote add origin $OLD_ORIGIN
0 commit comments