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 d41a803 commit ea5e0b6Copy full SHA for ea5e0b6
.codefresh/codefresh.yaml
@@ -174,7 +174,7 @@ steps:
174
image_name: codefresh/venonacli
175
when:
176
steps:
177
- - name: build_binaries
+ - name: release_binaries
178
on:
179
- success
180
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "venona",
3
- "version": "0.12.0",
+ "version": "0.12.1",
4
"description": "Codefresh agent to run on Codefresh's runtime environment and execute pipeline",
5
"main": "index.js",
6
"scripts": {
0 commit comments