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 8a185de commit 39385eeCopy full SHA for 39385ee
codefresh.yaml
@@ -21,6 +21,7 @@ steps:
21
image: quay.io/codefresh/golang-ci-helper:latest
22
stage: Release
23
commands:
24
+ - export VERSION=$(cat VERSION)
25
- gh release create --repo ${{CF_REPO_OWNER}}/${{CF_REPO_NAME}} -t $VERSION -n $VERSION $VERSION
26
when:
27
branch:
0 commit comments