Skip to content

Commit 7dd13b3

Browse files
committed
wip
1 parent 72c7264 commit 7dd13b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ steps:
2828
- cf_export GOPATH=/codefresh/volume/gopath
2929
- cf_export PATH=$PATH:/codefresh/volume/gopath/bin
3030
- |
31-
cf_export 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+
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/')
32+
- cf_export LATEST_VERSION
3233
- cf_export VERSION=$(make cur-version)
3334
when:
3435
steps:

0 commit comments

Comments
 (0)