Skip to content

Commit f154c02

Browse files
committed
wip
1 parent c08fa3e commit f154c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ steps:
2828
- cf_export GOPATH=/codefresh/volume/gopath
2929
- cf_export PATH=$PATH:/codefresh/volume/gopath/bin
3030
- LATEST_VERSION=$(curl --silent -H "Authorization:Bearer ${{GITHUB_TOKEN}}" "https://api.github.com/repos/codefresh-io/cli-v2/releases/latest" | grep '"tag_name"' | sed -E 's/.*"([^"]+)".*/\1/')
31-
- cf_export LATEST_VERSION
31+
- cf_export LATEST_VERSION=$LATEST_VERSION
3232
- cf_export VERSION=$(make cur-version)
3333
when:
3434
steps:

0 commit comments

Comments
 (0)