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 e0a1d7e commit eace45fCopy full SHA for eace45f
codefresh-release.yml
@@ -76,7 +76,7 @@ steps:
76
77
upload_executables:
78
title: "Upload executables to github release"
79
- image: codefresh/build-cli
+ image: codefresh/cli-build # todo: move to new codefresh/build-cli
80
commands:
81
# delete all previous .zip/.gz created files
82
- "rm -rf *.gz"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.17.0",
+ "version": "0.17.1",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments