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.
2 parents 1e3798f + afc8e96 commit 2cdf428Copy full SHA for 2cdf428
VERSION
@@ -1 +1 @@
1
-0.29.0
+0.30.0
codefresh.yaml
@@ -20,6 +20,7 @@ steps:
20
stage: Release
21
commands:
22
- export VERSION=$(cat VERSION)
23
+ - VERSION=$(if [[ ${VERSION:0:1} == "v" ]] ; then echo $VERSION; else echo "v${VERSION}"; fi )
24
- gh release create --repo ${{CF_REPO_OWNER}}/${{CF_REPO_NAME}} -t $VERSION -n $VERSION $VERSION
25
when:
26
branch:
0 commit comments